Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected SVMREPRESENTATION |
SupportVectorMachineModel.svmRepresentation |
Modifier and Type | Method and Description |
---|---|
static SVMREPRESENTATION |
SVMREPRESENTATION.fromValue(String v) |
SVMREPRESENTATION |
SupportVectorMachineModel.getSvmRepresentation()
Gets the value of the svmRepresentation property.
|
static SVMREPRESENTATION |
SVMREPRESENTATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVMREPRESENTATION[] |
SVMREPRESENTATION.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.setSvmRepresentation(SVMREPRESENTATION value)
Sets the value of the svmRepresentation property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.