public class TreeModelAggregatorTranslator extends MiningModelTranslator
MEMBER_PRIVATE, MEMBER_PUBLIC| Constructor and Description |
|---|
TreeModelAggregatorTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.mining.MiningModel miningModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,FieldInfo> |
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, getModelTranslatorFactory, newModelTranslator, pullUpDerivedFields, pullUpOutputFields, setModelTranslatorFactorycreateEvaluateClassificationMethod, createEvaluateMethod, createEvaluateRegressionMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethod, createEvaluatorMethodInvocation, ensureArgumentsType, getFieldInfo, getFieldInfo, getModel, getPMML, getTargetCategories, getTargetField, getValueFactory, translatepublic 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 Map<org.dmg.pmml.FieldName,FieldInfo> getFieldInfos(Set<? extends org.dmg.pmml.PMMLObject> bodyObjects)
getFieldInfos in class ModelTranslator<org.dmg.pmml.mining.MiningModel>Copyright © 2020. All rights reserved.