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