| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| 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 © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.