public interface PMML4Model
Modifier and Type | Method and Description |
---|---|
Map<String,PMML4Model> |
getChildModels() |
org.dmg.pmml.pmml_4_2.descr.DataDictionary |
getDataDictionary() |
Map.Entry<String,String> |
getMappedMiningPojo() |
Map.Entry<String,String> |
getMappedOutputPojo() |
Map.Entry<String,String> |
getMappedRuleUnit() |
List<PMMLMiningField> |
getMiningFields() |
String |
getMiningPojoClassName() |
org.dmg.pmml.pmml_4_2.descr.MiningSchema |
getMiningSchema() |
String |
getModelId() |
String |
getModelPackageName() |
String |
getModelRuleUnitName() |
PMML4ModelType |
getModelType() |
org.dmg.pmml.pmml_4_2.descr.Output |
getOutput() |
List<PMMLOutputField> |
getOutputFields() |
String |
getOutputPojoClassName() |
PMML4Unit |
getOwner() |
PMML4Model |
getParentModel() |
List<org.dmg.pmml.pmml_4_2.descr.MiningField> |
getRawMiningFields() |
Serializable |
getRawModel() |
List<org.dmg.pmml.pmml_4_2.descr.OutputField> |
getRawOutputFields() |
String |
getRuleUnitClassName() |
void |
setParentModel(PMML4Model parentModel) |
String getModelId()
PMML4ModelType getModelType()
PMML4Model getParentModel()
void setParentModel(PMML4Model parentModel)
Map<String,PMML4Model> getChildModels()
List<org.dmg.pmml.pmml_4_2.descr.MiningField> getRawMiningFields()
List<org.dmg.pmml.pmml_4_2.descr.OutputField> getRawOutputFields()
List<PMMLMiningField> getMiningFields()
List<PMMLOutputField> getOutputFields()
String getMiningPojoClassName()
String getOutputPojoClassName()
String getRuleUnitClassName()
PMML4Unit getOwner()
org.dmg.pmml.pmml_4_2.descr.MiningSchema getMiningSchema()
org.dmg.pmml.pmml_4_2.descr.Output getOutput()
org.dmg.pmml.pmml_4_2.descr.DataDictionary getDataDictionary()
Serializable getRawModel()
String getModelPackageName()
String getModelRuleUnitName()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.