|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.df.split.IgSplit
public abstract class IgSplit
Computes the best split using the Information Gain measure
Field Summary | |
---|---|
protected static double |
LOG2
|
Constructor Summary | |
---|---|
IgSplit()
|
Method Summary | |
---|---|
abstract Split |
computeSplit(Data data,
int attr)
Computes the best split for the given attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final double LOG2
Constructor Detail |
---|
public IgSplit()
Method Detail |
---|
public abstract Split computeSplit(Data data, int attr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |