| Package | Description |
|---|---|
| org.dmg.pmml.pmml_4_2.descr |
| Modifier and Type | Field and Description |
|---|---|
protected SVMCLASSIFICATIONMETHOD |
SupportVectorMachineModel.classificationMethod |
| Modifier and Type | Method and Description |
|---|---|
static SVMCLASSIFICATIONMETHOD |
SVMCLASSIFICATIONMETHOD.fromValue(String v) |
SVMCLASSIFICATIONMETHOD |
SupportVectorMachineModel.getClassificationMethod()
Gets the value of the classificationMethod property.
|
static SVMCLASSIFICATIONMETHOD |
SVMCLASSIFICATIONMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVMCLASSIFICATIONMETHOD[] |
SVMCLASSIFICATIONMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachineModel.setClassificationMethod(SVMCLASSIFICATIONMETHOD value)
Sets the value of the classificationMethod property.
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.