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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as CATSCORINGMETHOD
protected  CATSCORINGMETHOD NearestNeighborModel.categoricalScoringMethod
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return CATSCORINGMETHOD
static CATSCORINGMETHOD CATSCORINGMETHOD.fromValue(String v)
           
 CATSCORINGMETHOD NearestNeighborModel.getCategoricalScoringMethod()
          Gets the value of the categoricalScoringMethod property.
static CATSCORINGMETHOD CATSCORINGMETHOD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CATSCORINGMETHOD[] CATSCORINGMETHOD.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 CATSCORINGMETHOD
 void NearestNeighborModel.setCategoricalScoringMethod(CATSCORINGMETHOD value)
          Sets the value of the categoricalScoringMethod property.
 



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