| Package | Description |
|---|---|
| org.dmg.pmml.regression |
| Modifier and Type | Method and Description |
|---|---|
static RegressionModel.NormalizationMethod |
RegressionModel.NormalizationMethod.fromValue(String v) |
RegressionModel.NormalizationMethod |
RegressionModel.getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
static RegressionModel.NormalizationMethod |
RegressionModel.NormalizationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegressionModel.NormalizationMethod[] |
RegressionModel.NormalizationMethod.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(RegressionModel.NormalizationMethod normalizationMethod)
Sets the value of the normalizationMethod property.
|
Copyright © 2016 University of Tartu. All rights reserved.