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