Uses of Class
com.rapidminer.operator.learner.tree.Benefit

Packages that use Benefit
com.rapidminer.operator.learner.tree Provides decision tree learners. 
 

Uses of Benefit in com.rapidminer.operator.learner.tree
 

Methods in com.rapidminer.operator.learner.tree that return Benefit
 Benefit TreeBuilder.calculateBenefit(ExampleSet trainingSet, Attribute attribute)
          This method calculates the benefit of the given attribute.
protected  Benefit CHAIDLearner.calculateBenefit(ExampleSet trainingSet, Attribute attribute)
          This method calculates the benefit of the given attribute.
protected  Benefit RelevanceTreeLearner.calculateBenefit(ExampleSet exampleSet, Attribute attribute)
           
 

Methods in com.rapidminer.operator.learner.tree that return types with arguments of type Benefit
protected  java.util.Vector<Benefit> TreeBuilder.calculateAllBenefits(ExampleSet trainingSet)
           
 

Methods in com.rapidminer.operator.learner.tree with parameters of type Benefit
 int Benefit.compareTo(Benefit o)
           
 



Copyright © 2001-2009 by Rapid-I