Uses of Enum Class
org.kie.pmml.models.regression.model.enums.REGRESSION_NORMALIZATION_METHOD
Packages that use REGRESSION_NORMALIZATION_METHOD
-
Uses of REGRESSION_NORMALIZATION_METHOD in org.kie.pmml.models.regression.model
Methods in org.kie.pmml.models.regression.model that return REGRESSION_NORMALIZATION_METHODMethods in org.kie.pmml.models.regression.model with parameters of type REGRESSION_NORMALIZATION_METHODModifier and TypeMethodDescriptionKiePMMLClassificationTable.Builder.withRegressionNormalizationMethod(REGRESSION_NORMALIZATION_METHOD regressionNormalizationMethod) -
Uses of REGRESSION_NORMALIZATION_METHOD in org.kie.pmml.models.regression.model.enums
Methods in org.kie.pmml.models.regression.model.enums that return REGRESSION_NORMALIZATION_METHODModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static REGRESSION_NORMALIZATION_METHOD[]REGRESSION_NORMALIZATION_METHOD.values()Returns an array containing the constants of this enum class, in the order they are declared.