Uses of Class
org.dmg.pmml.regression.CategoricalPredictor
-
Packages that use CategoricalPredictor Package Description org.dmg.pmml org.dmg.pmml.regression org.jpmml.model.visitors -
-
Uses of CategoricalPredictor in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type CategoricalPredictor Modifier and Type Method Description VisitorActionVisitor. visit(CategoricalPredictor categoricalPredictor) -
Uses of CategoricalPredictor in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return CategoricalPredictor Modifier and Type Method Description CategoricalPredictorCategoricalPredictor. addExtensions(Extension... extensions)CategoricalPredictorObjectFactory. createCategoricalPredictor()Create an instance ofCategoricalPredictorCategoricalPredictorCategoricalPredictor. setCoefficient(java.lang.Number coefficient)CategoricalPredictorCategoricalPredictor. setField(java.lang.String field)CategoricalPredictorCategoricalPredictor. setValue(java.lang.Object value)Methods in org.dmg.pmml.regression that return types with arguments of type CategoricalPredictor Modifier and Type Method Description java.util.List<CategoricalPredictor>RegressionTable. getCategoricalPredictors()Methods in org.dmg.pmml.regression with parameters of type CategoricalPredictor Modifier and Type Method Description RegressionTableRegressionTable. addCategoricalPredictors(CategoricalPredictor... categoricalPredictors) -
Uses of CategoricalPredictor in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type CategoricalPredictor Modifier and Type Method Description VisitorActionAbstractVisitor. visit(CategoricalPredictor categoricalPredictor)VisitorActionActiveFieldFinder. visit(CategoricalPredictor categoricalPredictor)
-