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