Uses of Enum Class
weka.core.pmml.jaxbbindings.NOTRUECHILDSTRATEGY
-
Uses of NOTRUECHILDSTRATEGY in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic NOTRUECHILDSTRATEGY
DecisionTree.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.TreeModel.getNoTrueChildStrategy()
Gets the value of the noTrueChildStrategy property.static NOTRUECHILDSTRATEGY
Returns the enum constant of this class with the specified name.static NOTRUECHILDSTRATEGY[]
NOTRUECHILDSTRATEGY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DecisionTree.setNoTrueChildStrategy
(NOTRUECHILDSTRATEGY value) Sets the value of the noTrueChildStrategy property.void
TreeModel.setNoTrueChildStrategy
(NOTRUECHILDSTRATEGY value) Sets the value of the noTrueChildStrategy property.