| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.regression | |
| org.dmg.pmml.tree | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
ResultField |
ResultField.addExtensions(Extension... extensions) |
ResultField |
ObjectFactory.createResultField()
Create an instance of
ResultField |
ResultField |
ResultField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
ResultField |
ResultField.setDisplayName(String displayName)
Sets the value of the displayName property.
|
ResultField |
ResultField.setName(FieldName name)
Sets the value of the name property.
|
ResultField |
ResultField.setOpType(OpType opType)
Sets the value of the opType property.
|
ResultField |
ResultField.setResultFeature(ResultFeature resultFeature)
Sets the value of the resultFeature property.
|
ResultField |
ResultField.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ResultField resultField) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultField> |
Regression.getResultFields()
Gets the value of the resultFields property.
|
| Modifier and Type | Method and Description |
|---|---|
Regression |
Regression.addResultFields(ResultField... resultFields) |
| Modifier and Type | Method and Description |
|---|---|
List<ResultField> |
DecisionTree.getResultFields()
Gets the value of the resultFields property.
|
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
DecisionTree.addResultFields(ResultField... resultFields) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ResultField resultField) |
VisitorAction |
AbstractVisitor.visit(ResultField resultField) |
VisitorAction |
FieldResolver.visit(ResultField resultField) |
VisitorAction |
AbstractFieldVisitor.visit(ResultField resultField) |
Copyright © 2016 University of Tartu. All rights reserved.