Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected NOTRUECHILDSTRATEGY |
TreeModel.noTrueChildStrategy |
protected NOTRUECHILDSTRATEGY |
DecisionTree.noTrueChildStrategy |
Modifier and Type | Method and Description |
---|---|
static NOTRUECHILDSTRATEGY |
NOTRUECHILDSTRATEGY.fromValue(String v) |
NOTRUECHILDSTRATEGY |
TreeModel.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.
|
NOTRUECHILDSTRATEGY |
DecisionTree.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.
|
static NOTRUECHILDSTRATEGY |
NOTRUECHILDSTRATEGY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NOTRUECHILDSTRATEGY[] |
NOTRUECHILDSTRATEGY.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(NOTRUECHILDSTRATEGY value)
Sets the value of the noTrueChildStrategy property.
|
void |
DecisionTree.setNoTrueChildStrategy(NOTRUECHILDSTRATEGY value)
Sets the value of the noTrueChildStrategy property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.