|
||||||||||
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 class Split
Contains enough information to identify each split
Field Summary | |
---|---|
int |
attr
attribute to split for |
double |
ig
Information Gain of the split |
double |
split
split value for NUMERICAL attributes |
Constructor Summary | |
---|---|
Split(int attr,
double ig)
|
|
Split(int attr,
double ig,
double split)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int attr
public final double ig
public final double split
Constructor Detail |
---|
public Split(int attr, double ig, double split)
public Split(int attr, double ig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |