Uses of Enum Class
weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
-
Uses of REGRESSIONNORMALIZATIONMETHOD in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionRegression.getNormalizationMethod()
Gets the value of the normalizationMethod property.RegressionModel.getNormalizationMethod()
Gets the value of the normalizationMethod property.Returns the enum constant of this class with the specified name.static REGRESSIONNORMALIZATIONMETHOD[]
REGRESSIONNORMALIZATIONMETHOD.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Regression.setNormalizationMethod
(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.void
RegressionModel.setNormalizationMethod
(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.