Uses of Class
org.kie.pmml.models.regression.model.enums.REGRESSION_NORMALIZATION_METHOD
-
Packages that use REGRESSION_NORMALIZATION_METHOD Package Description org.kie.pmml.models.regression.model org.kie.pmml.models.regression.model.enums -
-
Uses of REGRESSION_NORMALIZATION_METHOD in org.kie.pmml.models.regression.model
Methods in org.kie.pmml.models.regression.model that return REGRESSION_NORMALIZATION_METHOD Modifier and Type Method Description REGRESSION_NORMALIZATION_METHODKiePMMLClassificationTable. getRegressionNormalizationMethod()Methods in org.kie.pmml.models.regression.model with parameters of type REGRESSION_NORMALIZATION_METHOD Modifier and Type Method Description KiePMMLClassificationTable.BuilderKiePMMLClassificationTable.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_METHOD Modifier and Type Method Description static REGRESSION_NORMALIZATION_METHODREGRESSION_NORMALIZATION_METHOD. byName(String name)static REGRESSION_NORMALIZATION_METHODREGRESSION_NORMALIZATION_METHOD. valueOf(String name)Returns the enum constant of this type with the specified name.static REGRESSION_NORMALIZATION_METHOD[]REGRESSION_NORMALIZATION_METHOD. values()Returns an array containing the constants of this enum type, in the order they are declared.
-