Uses of Class
org.apache.mahout.classifier.df.split.IgSplit

Packages that use IgSplit
org.apache.mahout.classifier.df.builder   
org.apache.mahout.classifier.df.split   
 

Uses of IgSplit in org.apache.mahout.classifier.df.builder
 

Methods in org.apache.mahout.classifier.df.builder with parameters of type IgSplit
 void DecisionTreeBuilder.setIgSplit(IgSplit igSplit)
           
 

Uses of IgSplit in org.apache.mahout.classifier.df.split
 

Subclasses of IgSplit in org.apache.mahout.classifier.df.split
 class DefaultIgSplit
          Default, not optimized, implementation of IgSplit
 class OptIgSplit
          Optimized implementation of IgSplit
This class can be used when the criterion variable is the categorical attribute.
 class RegressionSplit
          Regression problem implementation of IgSplit.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.