| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.support_vector_machine | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Coefficients coefficients) |
| Modifier and Type | Method and Description |
|---|---|
Coefficients |
Coefficients.addCoefficients(Coefficient... coefficients) |
Coefficients |
Coefficients.addExtensions(Extension... extensions) |
Coefficients |
ObjectFactory.createCoefficients()
Create an instance of
Coefficients |
Coefficients |
SupportVectorMachine.getCoefficients() |
Coefficients |
SupportVectorMachine.requireCoefficients() |
Coefficients |
Coefficients.setAbsoluteValue(Number absoluteValue) |
Coefficients |
Coefficients.setNumberOfCoefficients(Integer numberOfCoefficients) |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachine |
SupportVectorMachine.setCoefficients(Coefficients coefficients) |
| Constructor and Description |
|---|
SupportVectorMachine(Coefficients coefficients) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Coefficients coefficients) |
Copyright © 2024. All rights reserved.