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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as SVMREPRESENTATION
protected  SVMREPRESENTATION SupportVectorMachineModel.svmRepresentation
           
 

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



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