| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static REGRESSIONNORMALIZATIONMETHOD |
REGRESSIONNORMALIZATIONMETHOD.fromValue(String v) |
REGRESSIONNORMALIZATIONMETHOD |
RegressionModel.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
REGRESSIONNORMALIZATIONMETHOD |
Regression.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
static REGRESSIONNORMALIZATIONMETHOD |
REGRESSIONNORMALIZATIONMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static REGRESSIONNORMALIZATIONMETHOD[] |
REGRESSIONNORMALIZATIONMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegressionModel.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value)
Sets the value of the normalizationMethod property.
|
void |
Regression.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value)
Sets the value of the normalizationMethod property.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.