public class MiningModelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.mining.MiningModel |
createBinaryLogisticClassification(org.dmg.pmml.Model model,
double coefficient,
double intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.mining.MiningModel |
createClassification(List<? extends org.dmg.pmml.Model> models,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema) |
static org.dmg.pmml.mining.MiningModel |
createModelChain(List<? extends org.dmg.pmml.Model> models) |
static org.dmg.pmml.mining.MiningModel |
createModelChain(List<? extends org.dmg.pmml.Model> models,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment) |
static org.dmg.pmml.mining.MiningModel |
createRegression(org.dmg.pmml.Model model,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
Schema schema) |
static org.dmg.pmml.mining.Segmentation |
createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
List<? extends org.dmg.pmml.Model> models) |
static org.dmg.pmml.mining.Segmentation |
createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
List<? extends org.dmg.pmml.Model> models,
List<? extends Number> weights) |
static org.dmg.pmml.Model |
getFinalModel(org.dmg.pmml.mining.MiningModel miningModel) |
static org.dmg.pmml.Model |
getFinalModel(org.dmg.pmml.Model model) |
public static org.dmg.pmml.mining.MiningModel createRegression(org.dmg.pmml.Model model,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
Schema schema)
public static org.dmg.pmml.mining.MiningModel createBinaryLogisticClassification(org.dmg.pmml.Model model,
double coefficient,
double intercept,
org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod,
boolean hasProbabilityDistribution,
Schema schema)
public static org.dmg.pmml.mining.MiningModel createClassification(List<? extends org.dmg.pmml.Model> models, org.dmg.pmml.regression.RegressionModel.NormalizationMethod normalizationMethod, boolean hasProbabilityDistribution, Schema schema)
public static org.dmg.pmml.mining.MiningModel createModelChain(List<? extends org.dmg.pmml.Model> models)
public static org.dmg.pmml.mining.MiningModel createModelChain(List<? extends org.dmg.pmml.Model> models, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment)
public static org.dmg.pmml.mining.Segmentation createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
List<? extends org.dmg.pmml.Model> models)
public static org.dmg.pmml.mining.Segmentation createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
List<? extends org.dmg.pmml.Model> models,
List<? extends Number> weights)
public static org.dmg.pmml.Model getFinalModel(org.dmg.pmml.Model model)
public static org.dmg.pmml.Model getFinalModel(org.dmg.pmml.mining.MiningModel miningModel)
Copyright © 2022. All rights reserved.