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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Coefficients
protected  Coefficients SupportVectorMachine.coefficients
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Coefficients
 Coefficients ObjectFactory.createCoefficients()
          Create an instance of Coefficients
 Coefficients SupportVectorMachine.getCoefficients()
          Gets the value of the coefficients property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Coefficients
 void SupportVectorMachine.setCoefficients(Coefficients value)
          Sets the value of the coefficients property.
 



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