Uses of Enum Class
weka.core.pmml.jaxbbindings.COMPAREFUNCTION
Packages that use COMPAREFUNCTION
-
Uses of COMPAREFUNCTION in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return COMPAREFUNCTIONModifier and TypeMethodDescriptionstatic COMPAREFUNCTIONClusteringField.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 COMPAREFUNCTIONReturns 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.Methods in weka.core.pmml.jaxbbindings with parameters of type COMPAREFUNCTIONModifier and TypeMethodDescriptionvoidClusteringField.setCompareFunction(COMPAREFUNCTION value) Sets the value of the compareFunction property.voidComparisonMeasure.setCompareFunction(COMPAREFUNCTION value) Sets the value of the compareFunction property.voidKNNInput.setCompareFunction(COMPAREFUNCTION value) Sets the value of the compareFunction property.