public class TreeModelAggregatorTranslator extends MiningModelTranslator
| Constructor and Description |
|---|
TreeModelAggregatorTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.mining.MiningModel miningModel) |
| Modifier and Type | Method and Description |
|---|---|
FieldInfoMap |
getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects) |
com.sun.codemodel.JMethod |
translateClassifier(TranslationContext context) |
com.sun.codemodel.JMethod |
translateRegressor(TranslationContext context) |
checkLocalTransformations, checkMiningSchema, checkOutput, checkTargets, newModelTranslator, pullUpDerivedFields, pullUpOutputFieldscreateEvaluateClassificationMethod, createEvaluateMethod, createEvaluateRegressionMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethodInvocation, declareArrayFields, ensureArgumentsType, getArrayInfos, getTargetCategories, getValueFactory, translateaddResultFeatures, 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 TreeModelAggregatorTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.mining.MiningModel miningModel)
public com.sun.codemodel.JMethod translateRegressor(TranslationContext context)
translateRegressor in class ModelTranslator<org.dmg.pmml.mining.MiningModel>public com.sun.codemodel.JMethod translateClassifier(TranslationContext context)
translateClassifier in class ModelTranslator<org.dmg.pmml.mining.MiningModel>public FieldInfoMap getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects)
getFieldInfos in class ModelTranslator<org.dmg.pmml.mining.MiningModel>Copyright © 2022. All rights reserved.