Uses of Enum Class
weka.core.pmml.jaxbbindings.REGRESSIONNORMALIZATIONMETHOD
Packages that use REGRESSIONNORMALIZATIONMETHOD
-
Uses of REGRESSIONNORMALIZATIONMETHOD in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return REGRESSIONNORMALIZATIONMETHODModifier 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.Methods in weka.core.pmml.jaxbbindings with parameters of type REGRESSIONNORMALIZATIONMETHODModifier and TypeMethodDescriptionvoidRegression.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.voidRegressionModel.setNormalizationMethod(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.