org.apache.mahout.classifier.df.split
Class RegressionSplit

java.lang.Object
  extended by org.apache.mahout.classifier.df.split.IgSplit
      extended by 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.


Constructor Summary
RegressionSplit()
           
 
Method Summary
 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
 

Constructor Detail

RegressionSplit

public RegressionSplit()
Method Detail

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.