| Package | Description |
|---|---|
| org.dmg.pmml.support_vector_machine |
| Modifier and Type | Method and Description |
|---|---|
static SupportVectorMachineModel.ClassificationMethod |
SupportVectorMachineModel.ClassificationMethod.fromValue(String v) |
SupportVectorMachineModel.ClassificationMethod |
SupportVectorMachineModel.getClassificationMethod() |
static SupportVectorMachineModel.ClassificationMethod |
SupportVectorMachineModel.ClassificationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportVectorMachineModel.ClassificationMethod[] |
SupportVectorMachineModel.ClassificationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setClassificationMethod(SupportVectorMachineModel.ClassificationMethod classificationMethod) |
Copyright © 2022. All rights reserved.