| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.general_regression | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.addExtensions(Extension... extensions) |
Value |
ObjectFactory.createValue()
Create an instance of
Value |
Value |
Value.setDisplayValue(String displayValue) |
Value |
Value.setProperty(Value.Property property) |
Value |
Value.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
DataField.getValues() |
List<Value> |
OutputField.getValues() |
List<Value> |
DerivedField.getValues() |
List<Value> |
HasDiscreteDomain.getValues() |
| Modifier and Type | Method and Description |
|---|---|
DataField |
DataField.addValues(Value... values) |
OutputField |
OutputField.addValues(Value... values) |
DerivedField |
DerivedField.addValues(Value... values) |
E |
HasDiscreteDomain.addValues(Value... values) |
VisitorAction |
Visitor.visit(Value value) |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
EventValues.getValues() |
| Modifier and Type | Method and Description |
|---|---|
EventValues |
EventValues.addValues(Value... values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Value value) |
Copyright © 2024. All rights reserved.