Uses of Enum Class
weka.core.pmml.jaxbbindings.COMPAREFUNCTION
-
Uses of COMPAREFUNCTION in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic COMPAREFUNCTION
ClusteringField.getCompareFunction()
Gets the value of the compareFunction property.ComparisonMeasure.getCompareFunction()
Gets the value of the compareFunction property.KNNInput.getCompareFunction()
Gets the value of the compareFunction property.static COMPAREFUNCTION
Returns the enum constant of this class with the specified name.static COMPAREFUNCTION[]
COMPAREFUNCTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClusteringField.setCompareFunction
(COMPAREFUNCTION value) Sets the value of the compareFunction property.void
ComparisonMeasure.setCompareFunction
(COMPAREFUNCTION value) Sets the value of the compareFunction property.void
KNNInput.setCompareFunction
(COMPAREFUNCTION value) Sets the value of the compareFunction property.