Uses of Class
org.dmg.pmml.CompareFunction
-
Packages that use CompareFunction Package Description org.dmg.pmml org.dmg.pmml.clustering org.dmg.pmml.nearest_neighbor -
-
Uses of CompareFunction in org.dmg.pmml
Methods in org.dmg.pmml that return CompareFunction Modifier and Type Method Description static CompareFunctionCompareFunction. fromValue(java.lang.String v)abstract CompareFunctionComparisonField. getCompareFunction()CompareFunctionComparisonMeasure. getCompareFunction()static CompareFunctionCompareFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompareFunction[]CompareFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type CompareFunction Modifier and Type Method Description abstract EComparisonField. setCompareFunction(CompareFunction compareFunction)ComparisonMeasureComparisonMeasure. setCompareFunction(CompareFunction compareFunction) -
Uses of CompareFunction in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return CompareFunction Modifier and Type Method Description CompareFunctionClusteringField. getCompareFunction()Methods in org.dmg.pmml.clustering with parameters of type CompareFunction Modifier and Type Method Description ClusteringFieldClusteringField. setCompareFunction(CompareFunction compareFunction) -
Uses of CompareFunction in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return CompareFunction Modifier and Type Method Description CompareFunctionKNNInput. getCompareFunction()Methods in org.dmg.pmml.nearest_neighbor with parameters of type CompareFunction Modifier and Type Method Description KNNInputKNNInput. setCompareFunction(CompareFunction compareFunction)
-