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