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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as CONTSCORINGMETHOD
protected  CONTSCORINGMETHOD NearestNeighborModel.continuousScoringMethod
           
 

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



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