Uses of Enum Class
weka.core.pmml.jaxbbindings.RULEFEATURE
Packages that use RULEFEATURE
-
Uses of RULEFEATURE in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return RULEFEATUREModifier and TypeMethodDescriptionstatic RULEFEATURE
OutputField.getRuleFeature()
Gets the value of the ruleFeature property.static RULEFEATURE
Returns the enum constant of this class with the specified name.static RULEFEATURE[]
RULEFEATURE.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 RULEFEATUREModifier and TypeMethodDescriptionvoid
OutputField.setRuleFeature
(RULEFEATURE value) Sets the value of the ruleFeature property.