Package | Description |
---|---|
com.imsl.datamining.decisionTree |
Decision trees.
|
Modifier and Type | Method and Description |
---|---|
static DecisionTreeInfoGain.GainCriteria |
DecisionTreeInfoGain.GainCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTreeInfoGain.GainCriteria[] |
DecisionTreeInfoGain.GainCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTreeInfoGain.setGainCriteria(DecisionTreeInfoGain.GainCriteria gainCriteria)
Specifies which criteria to use in gain calculations in order to
determine the best split at each node.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.