Uses of Class
com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
Packages that use AbstractPMMLRegressionModel.CategoricalPredictor
Package
Description
Provides utility, PMML and other classes for shared use by regression related entities.
-
Uses of AbstractPMMLRegressionModel.CategoricalPredictor in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression that return types with arguments of type AbstractPMMLRegressionModel.CategoricalPredictorModifier and TypeMethodDescriptionPMMLRegressionModel.getCategoricalPredictor(String indepVarName) Get the categorical predictor for the given independent variable.AbstractPMMLRegressionModel.RegressionTable.getCategoricalPredictors()Gets the table's predictors that take a categorical (i.e.PMMLRegressionModel.getCategoricalPredictors()Methods in com.pervasive.datarush.analytics.regression with parameters of type AbstractPMMLRegressionModel.CategoricalPredictorModifier and TypeMethodDescriptionvoidAbstractPMMLRegressionModel.RegressionTable.addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor categoricalPredictor) Add a term to the model in the form of a CategoricalPredictor element.voidPMMLRegressionClassificationModel.addCategoricalPredictor(String categoryName, AbstractPMMLRegressionModel.CategoricalPredictor predictor) Adds a categorical predictor to the sub-model that predicts membership in a given category.voidPMMLRegressionModel.addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor categoricalPredictor) Adds a categorical predictor to the PMML model.