Package | Description |
---|---|
com.pervasive.datarush.analytics.regression |
Provides utility, PMML and other classes for shared use by regression related entities.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractPMMLRegressionModel.CategoricalPredictor> |
PMMLRegressionModel.getCategoricalPredictor(String indepVarName)
Get the categorical predictor for the given independent variable.
|
List<AbstractPMMLRegressionModel.CategoricalPredictor> |
PMMLRegressionModel.getCategoricalPredictors() |
List<AbstractPMMLRegressionModel.CategoricalPredictor> |
AbstractPMMLRegressionModel.RegressionTable.getCategoricalPredictors()
Gets the table's predictors that take a categorical (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLRegressionModel.addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor categoricalPredictor)
Adds a categorical predictor to the PMML model.
|
void |
AbstractPMMLRegressionModel.RegressionTable.addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor categoricalPredictor)
Add a term to the model in the form of a CategoricalPredictor element.
|
void |
PMMLRegressionClassificationModel.addCategoricalPredictor(String categoryName,
AbstractPMMLRegressionModel.CategoricalPredictor predictor)
Adds a categorical predictor to the sub-model that predicts membership in a given category.
|
Copyright © 2020 Actian Corporation. All rights reserved.