org.apache.mahout.classifier.df.split
Class IgSplit
java.lang.Object
org.apache.mahout.classifier.df.split.IgSplit
- Direct Known Subclasses:
- DefaultIgSplit, OptIgSplit, RegressionSplit
public abstract class IgSplit
- extends Object
Computes the best split using the Information Gain measure
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 |
IgSplit
public IgSplit()
computeSplit
public abstract Split computeSplit(Data data,
int attr)
- Computes the best split for the given attribute
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.