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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type PredictorTerm
protected  List<PredictorTerm> RegressionTable.predictorTerms
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return PredictorTerm
 PredictorTerm ObjectFactory.createPredictorTerm()
          Create an instance of PredictorTerm
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type PredictorTerm
 List<PredictorTerm> RegressionTable.getPredictorTerms()
          Gets the value of the predictorTerms property.
 



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