| Package | Description |
|---|---|
| org.dmg.pmml.support_vector_machine |
| Modifier and Type | Method and Description |
|---|---|
static SupportVectorMachineModel.Representation |
SupportVectorMachineModel.Representation.fromValue(String v) |
SupportVectorMachineModel.Representation |
SupportVectorMachineModel.getRepresentation() |
static SupportVectorMachineModel.Representation |
SupportVectorMachineModel.Representation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportVectorMachineModel.Representation[] |
SupportVectorMachineModel.Representation.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.setRepresentation(SupportVectorMachineModel.Representation representation) |
Copyright © 2024. All rights reserved.