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