| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected NoTrueChildStrategyType |
TreeModel.noTrueChildStrategy |
protected NoTrueChildStrategyType |
DecisionTree.noTrueChildStrategy |
| Modifier and Type | Method and Description |
|---|---|
static NoTrueChildStrategyType |
NoTrueChildStrategyType.fromValue(java.lang.String v) |
NoTrueChildStrategyType |
TreeModel.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.
|
NoTrueChildStrategyType |
DecisionTree.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.
|
static NoTrueChildStrategyType |
NoTrueChildStrategyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoTrueChildStrategyType[] |
NoTrueChildStrategyType.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.setNoTrueChildStrategy(NoTrueChildStrategyType value)
Sets the value of the noTrueChildStrategy property.
|
void |
DecisionTree.setNoTrueChildStrategy(NoTrueChildStrategyType value)
Sets the value of the noTrueChildStrategy property.
|
TreeModel |
TreeModel.withNoTrueChildStrategy(NoTrueChildStrategyType value) |
DecisionTree |
DecisionTree.withNoTrueChildStrategy(NoTrueChildStrategyType value) |
Copyright © 2015 University of Tartu. All Rights Reserved.