| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected MissingValueStrategyType |
TreeModel.missingValueStrategy |
protected MissingValueStrategyType |
DecisionTree.missingValueStrategy |
| 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 |
|---|---|
void |
TreeModel.setMissingValueStrategy(MissingValueStrategyType value)
Sets the value of the missingValueStrategy property.
|
void |
DecisionTree.setMissingValueStrategy(MissingValueStrategyType value)
Sets the value of the missingValueStrategy property.
|
TreeModel |
TreeModel.withMissingValueStrategy(MissingValueStrategyType value) |
DecisionTree |
DecisionTree.withMissingValueStrategy(MissingValueStrategyType value) |
Copyright © 2014 University of Tartu. All Rights Reserved.