public abstract class MiningModelTranslator extends ModelTranslator<org.dmg.pmml.mining.MiningModel>
| Constructor and Description |
|---|
MiningModelTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.mining.MiningModel miningModel) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLocalTransformations(org.dmg.pmml.Model model) |
static void |
checkMiningSchema(org.dmg.pmml.Model model) |
static void |
checkOutput(org.dmg.pmml.Model model) |
static void |
checkTargets(org.dmg.pmml.Model model) |
static Number |
extractIntercept(org.dmg.pmml.Target target) |
ModelTranslator<?> |
newModelTranslator(org.dmg.pmml.Model model) |
static void |
pullUpDerivedFields(org.dmg.pmml.mining.MiningModel parent,
org.dmg.pmml.Model child) |
static void |
pullUpOutputFields(org.dmg.pmml.mining.MiningModel parent,
org.dmg.pmml.Model child) |
createEvaluateClassificationMethod, createEvaluateMethod, createEvaluateRegressionMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethodInvocation, declareArrayFields, ensureArgumentsType, ensureFunctionalInterface, getArrayInfos, getFieldInfos, getTargetCategories, getValueFactory, translate, translateClassifier, translateRegressor, translateRegressorTargetaddResultFeatures, collectResultFeatures, collectSegmentResultFeatures, createInputFields, createInputFields, createMiningSchemaException, createOutputFields, createTargetFields, filterInputFields, filterOutputFields, filterTargetFields, getActiveFields, getDataField, getDefaultDataField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getResultFeatures, getTarget, getTargetField, getTargetFields, getTargetName, getVisibleFields, hasLocalDerivedFields, hasOutputFields, hasResultFeature, resetInputFields, resetResultFields, resolveField, setDefaultDataFieldgetDefineFunction, getDerivedField, getPMML, toImmutableListMap, toImmutableMapMap, toImmutableSetMappublic MiningModelTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.mining.MiningModel miningModel)
public ModelTranslator<?> newModelTranslator(org.dmg.pmml.Model model)
public static Number extractIntercept(org.dmg.pmml.Target target)
public static void checkMiningSchema(org.dmg.pmml.Model model)
public static void checkLocalTransformations(org.dmg.pmml.Model model)
public static void checkTargets(org.dmg.pmml.Model model)
public static void checkOutput(org.dmg.pmml.Model model)
public static void pullUpDerivedFields(org.dmg.pmml.mining.MiningModel parent,
org.dmg.pmml.Model child)
public static void pullUpOutputFields(org.dmg.pmml.mining.MiningModel parent,
org.dmg.pmml.Model child)
Copyright © 2024. All rights reserved.