| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static MissingValueStrategyType |
MissingValueStrategyType.fromValue(String v) |
MissingValueStrategyType |
TreeModel.getMissingValueStrategy()
Gets the value of the missingValueStrategy property.
|
MissingValueStrategyType |
DecisionTree.getMissingValueStrategy()
Gets the value of the missingValueStrategy property.
|
static MissingValueStrategyType |
MissingValueStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingValueStrategyType[] |
MissingValueStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
TreeModel.setMissingValueStrategy(MissingValueStrategyType missingValueStrategy)
Sets the value of the missingValueStrategy property.
|
DecisionTree |
DecisionTree.setMissingValueStrategy(MissingValueStrategyType missingValueStrategy)
Sets the value of the missingValueStrategy property.
|
Copyright © 2016 University of Tartu. All Rights Reserved.