Drools :: PMML - Compiler 6.2.0.CR3

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

Packages that use COMPAREFUNCTION
org.dmg.pmml.pmml_4_2.descr   
org.drools.pmml.pmml_4_2   
 

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

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

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

Uses of COMPAREFUNCTION in org.drools.pmml.pmml_4_2
 

Methods in org.drools.pmml.pmml_4_2 with parameters of type COMPAREFUNCTION
 String PMML4Helper.mapComparisonFunction(COMPAREFUNCTION fun, String arg1, String arg2, String scope, String local)
           
 


Drools :: PMML - Compiler 6.2.0.CR3

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