Uses of Class
org.dmg.pmml.pmml_4_1.descr.COMPAREFUNCTION

Packages that use COMPAREFUNCTION
org.dmg.pmml.pmml_4_1.descr   
 

Uses of COMPAREFUNCTION in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as COMPAREFUNCTION
protected  COMPAREFUNCTION KNNInput.compareFunction
           
protected  COMPAREFUNCTION ComparisonMeasure.compareFunction
           
protected  COMPAREFUNCTION ClusteringField.compareFunction
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return COMPAREFUNCTION
static COMPAREFUNCTION COMPAREFUNCTION.fromValue(String v)
           
 COMPAREFUNCTION KNNInput.getCompareFunction()
          Gets the value of the compareFunction property.
 COMPAREFUNCTION ComparisonMeasure.getCompareFunction()
          Gets the value of the compareFunction property.
 COMPAREFUNCTION ClusteringField.getCompareFunction()
          Gets the value of the compareFunction property.
static COMPAREFUNCTION COMPAREFUNCTION.valueOf(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.pmml_4_1.descr with parameters of type COMPAREFUNCTION
 void KNNInput.setCompareFunction(COMPAREFUNCTION value)
          Sets the value of the compareFunction property.
 void ComparisonMeasure.setCompareFunction(COMPAREFUNCTION value)
          Sets the value of the compareFunction property.
 void ClusteringField.setCompareFunction(COMPAREFUNCTION value)
          Sets the value of the compareFunction property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.