| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected CatScoringMethodType |
NearestNeighborModel.categoricalScoringMethod |
| Modifier and Type | Method and Description |
|---|---|
static CatScoringMethodType |
CatScoringMethodType.fromValue(String v) |
CatScoringMethodType |
NearestNeighborModel.getCategoricalScoringMethod()
Gets the value of the categoricalScoringMethod property.
|
static CatScoringMethodType |
CatScoringMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatScoringMethodType[] |
CatScoringMethodType.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(CatScoringMethodType value)
Sets the value of the categoricalScoringMethod property.
|
Copyright © 2013 University of Tartu. All Rights Reserved.