|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.df.split.Split
public final class Split
Contains enough information to identify each split
Constructor Summary | |
---|---|
Split(int attr,
double ig)
|
|
Split(int attr,
double ig,
double split)
|
Method Summary | |
---|---|
int |
getAttr()
attribute to split for |
double |
getIg()
Information Gain of the split |
double |
getSplit()
split value for NUMERICAL attributes |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Split(int attr, double ig, double split)
public Split(int attr, double ig)
Method Detail |
---|
public int getAttr()
public double getIg()
public double getSplit()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |