public class Treemodel extends AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
externalMiningFields, helper, MINING_TEMPLATE_NAME, miningFieldMap, OUTPUT_TEMPLATE_NAME, outputFieldMap, PMML_JAVA_PACKAGE_NAME, rawModel, RULE_UNIT_TEMPLATE_NAME, templateRegistry
Constructor and Description |
---|
Treemodel(String modelId,
org.dmg.pmml.pmml_4_2.descr.TreeModel rawModel,
PMML4Model parentModel,
PMML4Unit owner) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMiningTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry) |
protected void |
addOutputTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry) |
protected void |
addRuleUnitTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry) |
String |
getMiningPojoClassName() |
org.dmg.pmml.pmml_4_2.descr.MiningSchema |
getMiningSchema() |
org.dmg.pmml.pmml_4_2.descr.Output |
getOutput() |
String |
getOutputPojoClassName() |
List<org.dmg.pmml.pmml_4_2.descr.OutputField> |
getRawOutputFields() |
String |
getRuleUnitClassName() |
Map.Entry<String,String> |
getTreeNodeJava() |
addTemplateToRegistry, findMiningField, findOutputField, getActiveMiningFields, getChildModels, getDataDictionary, getExternalBeansMiningRules, getExternalClassInfo, getExternalMiningClasses, getExternalMiningFields, getFilteredMiningFieldMap, getMappedMiningPojo, getMappedOutputPojo, getMappedRuleUnit, getMiningFieldMap, getMiningFields, getMiningPojoTemplateName, getModelId, getModelPackageName, getModelRuleUnitName, getModelType, getOutputFieldMap, getOutputFields, getOutputPojoTemplateName, getOutputTargetPojos, getOwner, getParentModel, getRawMiningFields, getRawModel, getRuleUnitTemplateName, getValidMiningField, initFieldMaps, initMiningFieldMap, initOutputFieldMap, isUseExternalBeanRefs, setParentModel
public Treemodel(String modelId, org.dmg.pmml.pmml_4_2.descr.TreeModel rawModel, PMML4Model parentModel, PMML4Unit owner)
public List<org.dmg.pmml.pmml_4_2.descr.OutputField> getRawOutputFields()
getRawOutputFields
in interface PMML4Model
getRawOutputFields
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
public String getMiningPojoClassName()
public String getOutputPojoClassName()
public String getRuleUnitClassName()
public org.dmg.pmml.pmml_4_2.descr.MiningSchema getMiningSchema()
public org.dmg.pmml.pmml_4_2.descr.Output getOutput()
protected void addMiningTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addMiningTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
protected void addOutputTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addOutputTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
protected void addRuleUnitTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addRuleUnitTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.