Uses of Enum Class
weka.core.pmml.jaxbbindings.NOTRUECHILDSTRATEGY
Packages that use NOTRUECHILDSTRATEGY
-
Uses of NOTRUECHILDSTRATEGY in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NOTRUECHILDSTRATEGYModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type NOTRUECHILDSTRATEGYModifier 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.