public class ScorecardModel extends AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
externalMiningFields, helper, MINING_TEMPLATE_NAME, miningFieldMap, OUTPUT_TEMPLATE_NAME, outputFieldMap, PMML_JAVA_PACKAGE_NAME, rawModel, RULE_UNIT_TEMPLATE_NAME, templateRegistry
Constructor and Description |
---|
ScorecardModel(String modelId,
org.dmg.pmml.pmml_4_2.descr.Scorecard 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) |
boolean |
equals(Object o) |
String |
getMiningPojoClassName() |
org.dmg.pmml.pmml_4_2.descr.MiningSchema |
getMiningSchema() |
org.dmg.pmml.pmml_4_2.descr.Output |
getOutput() |
String |
getOutputPojo() |
String |
getOutputPojoClassName() |
String |
getRuleUnitClassName() |
int |
hashCode() |
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, getRawOutputFields, getRuleUnitTemplateName, getValidMiningField, initFieldMaps, initMiningFieldMap, initOutputFieldMap, isUseExternalBeanRefs, setParentModel
public ScorecardModel(String modelId, org.dmg.pmml.pmml_4_2.descr.Scorecard rawModel, PMML4Model parentModel, PMML4Unit owner)
public org.dmg.pmml.pmml_4_2.descr.MiningSchema getMiningSchema()
public org.dmg.pmml.pmml_4_2.descr.Output getOutput()
public String getOutputPojo()
public String getMiningPojoClassName()
public String getOutputPojoClassName()
public String getRuleUnitClassName()
protected void addMiningTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addMiningTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
protected void addOutputTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addOutputTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
protected void addRuleUnitTemplateToRegistry(org.mvel2.templates.TemplateRegistry registry)
addRuleUnitTemplateToRegistry
in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.