Uses of Enum Class
weka.core.pmml.jaxbbindings.RESULTFEATURE
-
Uses of RESULTFEATURE in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic RESULTFEATURE
OutputField.getFeature()
Gets the value of the feature property.ResultField.getFeature()
Gets the value of the feature property.static RESULTFEATURE
Returns the enum constant of this class with the specified name.static RESULTFEATURE[]
RESULTFEATURE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OutputField.setFeature
(RESULTFEATURE value) Sets the value of the feature property.void
ResultField.setFeature
(RESULTFEATURE value) Sets the value of the feature property.