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.MiningSchema |
createMiningSchema(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 |
createMultiModelChain(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,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
List<? extends org.dmg.pmml.Model> models) |
static org.dmg.pmml.mining.Segmentation |
createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
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) |
static boolean |
isChain(org.dmg.pmml.mining.Segmentation segmentation) |
static void |
optimizeOutputFields(org.dmg.pmml.mining.MiningModel miningModel) |
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, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment)
public static org.dmg.pmml.mining.MiningModel createMultiModelChain(List<? extends org.dmg.pmml.Model> models, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment)
public static org.dmg.pmml.MiningSchema createMiningSchema(List<? extends org.dmg.pmml.Model> models)
public static org.dmg.pmml.mining.Segmentation createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
List<? extends org.dmg.pmml.Model> models)
public static org.dmg.pmml.mining.Segmentation createSegmentation(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
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)
public static boolean isChain(org.dmg.pmml.mining.Segmentation segmentation)
public static void optimizeOutputFields(org.dmg.pmml.mining.MiningModel miningModel)
Copyright © 2023. All rights reserved.