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