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

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

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

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

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

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



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