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 TypeMethodDescriptionvoid
Regression.setNormalizationMethod
(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.void
RegressionModel.setNormalizationMethod
(REGRESSIONNORMALIZATIONMETHOD value) Sets the value of the normalizationMethod property.