| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoricalPredictor> |
RegressionTable.categoricalPredictors |
| Modifier and Type | Method and Description |
|---|---|
CategoricalPredictor |
ObjectFactory.createCategoricalPredictor()
Create an instance of
CategoricalPredictor |
CategoricalPredictor |
CategoricalPredictor.withCoefficient(double value) |
CategoricalPredictor |
CategoricalPredictor.withExtensions(Collection<Extension> values) |
CategoricalPredictor |
CategoricalPredictor.withExtensions(Extension... values) |
CategoricalPredictor |
CategoricalPredictor.withName(FieldName value) |
CategoricalPredictor |
CategoricalPredictor.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoricalPredictor> |
RegressionTable.getCategoricalPredictors()
Gets the value of the categoricalPredictors property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(CategoricalPredictor categoricalPredictor) |
VisitorAction |
AbstractVisitor.visit(CategoricalPredictor categoricalPredictor) |
VisitorAction |
AbstractSimpleVisitor.visit(CategoricalPredictor categoricalPredictor) |
RegressionTable |
RegressionTable.withCategoricalPredictors(CategoricalPredictor... values) |
| Modifier and Type | Method and Description |
|---|---|
RegressionTable |
RegressionTable.withCategoricalPredictors(Collection<CategoricalPredictor> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.