Package org.kie.pmml.pmml_4_2
Interface PMML4Model
-
- All Known Implementing Classes:
AbstractModel,Miningmodel,Regression,ScorecardModel,Treemodel
public interface PMML4Model
-
-
Method Summary
-
-
-
Method Detail
-
getModelId
String getModelId()
-
getModelType
PMML4ModelType getModelType()
-
getParentModel
PMML4Model getParentModel()
-
setParentModel
void setParentModel(PMML4Model parentModel)
-
getChildModels
Map<String,PMML4Model> getChildModels()
-
getOutputTargetPojos
Map<String,String> getOutputTargetPojos() throws PMML4Exception
- Throws:
PMML4Exception
-
getRawMiningFields
List<org.dmg.pmml.pmml_4_2.descr.MiningField> getRawMiningFields()
-
getRawOutputFields
List<org.dmg.pmml.pmml_4_2.descr.OutputField> getRawOutputFields()
-
getMiningFields
List<PMMLMiningField> getMiningFields()
-
getOutputFields
List<PMMLOutputField> getOutputFields()
-
findMiningField
PMMLMiningField findMiningField(String fieldName)
-
findOutputField
PMMLOutputField findOutputField(String fieldName)
-
getMappedRuleUnit
Map.Entry<String,String> getMappedRuleUnit() throws PMML4Exception
- Throws:
PMML4Exception
-
getMiningPojoClassName
String getMiningPojoClassName()
-
getOutputPojoClassName
String getOutputPojoClassName()
-
getRuleUnitClassName
String getRuleUnitClassName()
-
getOwner
PMML4Unit getOwner()
-
getMiningSchema
org.dmg.pmml.pmml_4_2.descr.MiningSchema getMiningSchema()
-
getOutput
org.dmg.pmml.pmml_4_2.descr.Output getOutput()
-
getDataDictionary
org.dmg.pmml.pmml_4_2.descr.DataDictionary getDataDictionary()
-
getRawModel
Serializable getRawModel()
-
getModelPackageName
String getModelPackageName()
-
getModelRuleUnitName
String getModelRuleUnitName()
-
getExternalBeansMiningRules
String getExternalBeansMiningRules()
-
-