| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Coefficients |
SupportVectorMachine.coefficients |
| Modifier and Type | Method and Description |
|---|---|
Coefficients |
ObjectFactory.createCoefficients()
Create an instance of
Coefficients |
Coefficients |
SupportVectorMachine.getCoefficients()
Gets the value of the coefficients property.
|
Coefficients |
Coefficients.withAbsoluteValue(Double value) |
Coefficients |
Coefficients.withCoefficients(Coefficient... values) |
Coefficients |
Coefficients.withCoefficients(Collection<Coefficient> values) |
Coefficients |
Coefficients.withExtensions(Collection<Extension> values) |
Coefficients |
Coefficients.withExtensions(Extension... values) |
Coefficients |
Coefficients.withNumberOfCoefficients(Integer value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachine.setCoefficients(Coefficients value)
Sets the value of the coefficients property.
|
VisitorAction |
AbstractSimpleVisitor.visit(Coefficients coefficients) |
VisitorAction |
AbstractVisitor.visit(Coefficients coefficients) |
VisitorAction |
Visitor.visit(Coefficients coefficients) |
SupportVectorMachine |
SupportVectorMachine.withCoefficients(Coefficients value) |
| Constructor and Description |
|---|
SupportVectorMachine(Coefficients coefficients) |
Copyright © 2014 University of Tartu. All Rights Reserved.