| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<Coefficient> |
Coefficients.coefficients |
| Modifier and Type | Method and Description |
|---|---|
Coefficient |
ObjectFactory.createCoefficient()
Create an instance of
Coefficient |
Coefficient |
Coefficient.withExtensions(Collection<Extension> values) |
Coefficient |
Coefficient.withExtensions(Extension... values) |
Coefficient |
Coefficient.withValue(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<Coefficient> |
Coefficients.getCoefficients()
Gets the value of the coefficients property.
|
Iterator<Coefficient> |
Coefficients.iterator() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Coefficient coefficient) |
VisitorAction |
AbstractVisitor.visit(Coefficient coefficient) |
VisitorAction |
AbstractSimpleVisitor.visit(Coefficient coefficient) |
Coefficients |
Coefficients.withCoefficients(Coefficient... values) |
| Modifier and Type | Method and Description |
|---|---|
Coefficients |
Coefficients.withCoefficients(Collection<Coefficient> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.