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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Predictor
protected  List<Predictor> FactorList.predictors
           
protected  List<Predictor> CovariateList.predictors
           
 

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

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Predictor
 List<Predictor> FactorList.getPredictors()
          Gets the value of the predictors property.
 List<Predictor> CovariateList.getPredictors()
          Gets the value of the predictors property.
 



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