public class RegressionModelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.regression.RegressionModel |
createBinaryLogisticClassification(List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.regression.RegressionModel |
createBinaryLogisticClassification(org.dmg.pmml.MathContext mathContext,
List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.regression.RegressionModel |
createOrdinalClassification(Feature feature,
List<? extends Number> thresholds,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.regression.RegressionModel |
createOrdinalClassification(org.dmg.pmml.MathContext mathContext,
Feature feature,
List<? extends Number> thresholds,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.regression.RegressionModel |
createRegression(List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
Schema schema) |
static org.dmg.pmml.regression.RegressionModel |
createRegression(org.dmg.pmml.MathContext mathContext,
List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
Schema schema) |
static org.dmg.pmml.regression.RegressionTable |
createRegressionTable(List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept) |
static org.dmg.pmml.regression.RegressionTable |
createRegressionTable(org.dmg.pmml.MathContext mathContext,
List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept) |
public static org.dmg.pmml.regression.RegressionModel createRegression(List<? extends Feature> features, List<? extends Number> coefficients, Number intercept, org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod, Schema schema)
public static org.dmg.pmml.regression.RegressionModel createRegression(org.dmg.pmml.MathContext mathContext,
List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
Schema schema)
public static org.dmg.pmml.regression.RegressionModel createBinaryLogisticClassification(List<? extends Feature> features, List<? extends Number> coefficients, Number intercept, org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod, boolean hasProbabilityDistribution, Schema schema)
public static org.dmg.pmml.regression.RegressionModel createBinaryLogisticClassification(org.dmg.pmml.MathContext mathContext,
List<? extends Feature> features,
List<? extends Number> coefficients,
Number intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema)
public static org.dmg.pmml.regression.RegressionModel createOrdinalClassification(Feature feature, List<? extends Number> thresholds, org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod, boolean hasProbabilityDistribution, Schema schema)
public static org.dmg.pmml.regression.RegressionModel createOrdinalClassification(org.dmg.pmml.MathContext mathContext,
Feature feature,
List<? extends Number> thresholds,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema)
public static org.dmg.pmml.regression.RegressionTable createRegressionTable(List<? extends Feature> features, List<? extends Number> coefficients, Number intercept)
Copyright © 2023. All rights reserved.