public interface MiningModelConsumer extends Consumer
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.MultipleModelMethodType |
getMultipleModelMethod()
Gets the type of the
MiningModel. |
org.dmg.pmml.OutputField |
getNestedOutputField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the nested
Consumer instance. |
List<org.dmg.pmml.FieldName> |
getNestedOutputFields()
Gets the output fields of nested
Consumer instances. |
getActiveFields, getDataField, getGroupFields, getMiningField, getMiningFunction, getOrderFields, getOutputField, getOutputFields, getSummary, getTarget, getTargetFieldsorg.dmg.pmml.MultipleModelMethodType getMultipleModelMethod()
Gets the type of the MiningModel.
The following MiningModel types propagate nested evaluation results to the top level:
MultipleModelMethodType.SELECT_ALLMultipleModelMethodType.SELECT_FIRSTMultipleModelMethodType.MODEL_CHAINList<org.dmg.pmml.FieldName> getNestedOutputFields()
Gets the output fields of nested Consumer instances.
The target fields of nested models are subsets of target fields the top-level mining model. However, the output fields of nested models are disjoint sets from the output fields of the top-level mining model.
org.dmg.pmml.OutputField getNestedOutputField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the nested Consumer instance.
getNestedOutputFields()Copyright © 2016. All Rights Reserved.