| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.support_vector_machine | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Kernel kernel) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearKernel |
class |
PolynomialKernel |
class |
RadialBasisKernel |
class |
SigmoidKernel |
| Modifier and Type | Method and Description |
|---|---|
Kernel |
SupportVectorMachineModel.getKernel() |
Kernel |
SupportVectorMachineModel.requireKernel() |
abstract Kernel |
Kernel.setDescription(String description) |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setKernel(Kernel kernel) |
| Constructor and Description |
|---|
SupportVectorMachineModel(MiningFunction miningFunction,
MiningSchema miningSchema,
Kernel kernel,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Kernel kernel) |
Copyright © 2024. All rights reserved.