| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static RegressionNormalizationMethodType |
RegressionNormalizationMethodType.fromValue(String v) |
RegressionNormalizationMethodType |
RegressionModel.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
RegressionNormalizationMethodType |
Regression.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
static RegressionNormalizationMethodType |
RegressionNormalizationMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegressionNormalizationMethodType[] |
RegressionNormalizationMethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RegressionModel |
RegressionModel.setNormalizationMethod(RegressionNormalizationMethodType normalizationMethod)
Sets the value of the normalizationMethod property.
|
Regression |
Regression.setNormalizationMethod(RegressionNormalizationMethodType normalizationMethod)
Sets the value of the normalizationMethod property.
|
Copyright © 2016 University of Tartu. All Rights Reserved.