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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as MULTIPLEMODELMETHOD
protected  MULTIPLEMODELMETHOD Segmentation.multipleModelMethod
           
 

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



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