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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as SVMCLASSIFICATIONMETHOD
protected  SVMCLASSIFICATIONMETHOD SupportVectorMachineModel.classificationMethod
           
 

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



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