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 NOTRUECHILDSTRATEGYDecisionTree.getNoTrueChildStrategy()Gets the value of the noTrueChildStrategy property.TreeModel.getNoTrueChildStrategy()Gets the value of the noTrueChildStrategy property.static NOTRUECHILDSTRATEGYReturns 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 TypeMethodDescriptionvoidDecisionTree.setNoTrueChildStrategy(NOTRUECHILDSTRATEGY value) Sets the value of the noTrueChildStrategy property.voidTreeModel.setNoTrueChildStrategy(NOTRUECHILDSTRATEGY value) Sets the value of the noTrueChildStrategy property.