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

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

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

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

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

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



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