| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.general_regression | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Predictor predictor) |
| Modifier and Type | Method and Description |
|---|---|
Predictor |
Predictor.addExtensions(Extension... extensions) |
Predictor |
ObjectFactory.createPredictor()
Create an instance of
Predictor |
Predictor |
Predictor.setCategories(Categories categories)
Sets the value of the categories property.
|
Predictor |
Predictor.setContrastMatrixType(String contrastMatrixType)
Sets the value of the contrastMatrixType property.
|
Predictor |
Predictor.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
Predictor |
Predictor.setName(FieldName name)
Sets the value of the name property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Predictor> |
FactorList.getPredictors()
Gets the value of the predictors property.
|
List<Predictor> |
CovariateList.getPredictors()
Gets the value of the predictors property.
|
abstract List<Predictor> |
PredictorList.getPredictors() |
| Modifier and Type | Method and Description |
|---|---|
FactorList |
FactorList.addPredictors(Predictor... predictors) |
CovariateList |
CovariateList.addPredictors(Predictor... predictors) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Predictor predictor) |
VisitorAction |
AbstractVisitor.visit(Predictor predictor) |
VisitorAction |
FieldReferenceFinder.visit(Predictor predictor) |
Copyright © 2016 University of Tartu. All rights reserved.