| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected DecisionTree.SplitCharacteristic |
DecisionTree.splitCharacteristic |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTree.SplitCharacteristic |
DecisionTree.SplitCharacteristic.fromValue(String v) |
DecisionTree.SplitCharacteristic |
DecisionTree.getSplitCharacteristic()
Gets the value of the splitCharacteristic property.
|
static DecisionTree.SplitCharacteristic |
DecisionTree.SplitCharacteristic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionTree.SplitCharacteristic[] |
DecisionTree.SplitCharacteristic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTree.setSplitCharacteristic(DecisionTree.SplitCharacteristic value)
Sets the value of the splitCharacteristic property.
|
DecisionTree |
DecisionTree.withSplitCharacteristic(DecisionTree.SplitCharacteristic value) |
Copyright © 2014 University of Tartu. All Rights Reserved.