org.apache.mahout.classifier.df.split
Class RegressionSplit
java.lang.Object
org.apache.mahout.classifier.df.split.IgSplit
org.apache.mahout.classifier.df.split.RegressionSplit
public class RegressionSplit
- extends IgSplit
Regression problem implementation of IgSplit. This class can be used when the criterion variable is the numerical
attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegressionSplit
public RegressionSplit()
computeSplit
public Split computeSplit(Data data,
int attr)
- Description copied from class:
IgSplit
- Computes the best split for the given attribute
- Specified by:
computeSplit
in class IgSplit
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.