Uses of Enum Class
com.imsl.datamining.decisionTree.DecisionTreeInfoGain.GainCriteria
Packages that use DecisionTreeInfoGain.GainCriteria
-
Uses of DecisionTreeInfoGain.GainCriteria in com.imsl.datamining.decisionTree
Methods in com.imsl.datamining.decisionTree that return DecisionTreeInfoGain.GainCriteriaModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DecisionTreeInfoGain.GainCriteria[]DecisionTreeInfoGain.GainCriteria.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imsl.datamining.decisionTree with parameters of type DecisionTreeInfoGain.GainCriteriaModifier and TypeMethodDescriptionvoidDecisionTreeInfoGain.setGainCriteria(DecisionTreeInfoGain.GainCriteria gainCriteria) Specifies which criteria to use in gain calculations in order to determine the best split at each node.