|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CONTSCORINGMETHOD | |
---|---|
org.dmg.pmml.pmml_4_1.descr |
Uses of CONTSCORINGMETHOD in org.dmg.pmml.pmml_4_1.descr |
---|
Fields in org.dmg.pmml.pmml_4_1.descr declared as CONTSCORINGMETHOD | |
---|---|
protected CONTSCORINGMETHOD |
NearestNeighborModel.continuousScoringMethod
|
Methods in org.dmg.pmml.pmml_4_1.descr that return CONTSCORINGMETHOD | |
---|---|
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. |
Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type CONTSCORINGMETHOD | |
---|---|
void |
NearestNeighborModel.setContinuousScoringMethod(CONTSCORINGMETHOD value)
Sets the value of the continuousScoringMethod property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |