| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TargetValue> |
Target.targetValues |
| Modifier and Type | Method and Description |
|---|---|
TargetValue |
ObjectFactory.createTargetValue()
Create an instance of
TargetValue |
TargetValue |
TargetValue.withDefaultValue(java.lang.Double value) |
TargetValue |
TargetValue.withDisplayValue(java.lang.String value) |
TargetValue |
TargetValue.withExtensions(java.util.Collection<Extension> values) |
TargetValue |
TargetValue.withExtensions(Extension... values) |
TargetValue |
TargetValue.withPartition(Partition value) |
TargetValue |
TargetValue.withPriorProbability(java.lang.Double value) |
TargetValue |
TargetValue.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TargetValue> |
Target.getTargetValues()
Gets the value of the targetValues property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(TargetValue targetValue) |
Target |
Target.withTargetValues(TargetValue... values) |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.withTargetValues(java.util.Collection<TargetValue> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TargetValue targetValue) |
VisitorAction |
AbstractVisitor.visit(TargetValue targetValue) |
Copyright © 2015 University of Tartu. All Rights Reserved.