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