public interface Consumer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<org.dmg.pmml.FieldName> |
getActiveFields()
Gets the independent (ie. input) fields of a
Model from its MiningSchema. |
org.dmg.pmml.DataField |
getDataField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
DataDictionary. |
List<org.dmg.pmml.FieldName> |
getGroupFields()
Gets the group fields of a
Model from its MiningSchema. |
org.dmg.pmml.MiningField |
getMiningField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
MiningSchema. |
org.dmg.pmml.MiningFunctionType |
getMiningFunction()
Gets the type of the
Model. |
List<org.dmg.pmml.FieldName> |
getOrderFields()
Gets the order fields of a
Model from its MiningSchema. |
org.dmg.pmml.OutputField |
getOutputField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
Output
|
List<org.dmg.pmml.FieldName> |
getOutputFields()
Gets the output fields of a
Model from its Output. |
String |
getSummary()
Gets a short description of the
Model. |
org.dmg.pmml.Target |
getTarget(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
Targets. |
List<org.dmg.pmml.FieldName> |
getTargetFields()
Gets the dependent (ie. target in supervised training) fields of a
Model from its MiningSchema. |
String getSummary()
Gets a short description of the Model.
org.dmg.pmml.MiningFunctionType getMiningFunction()
Gets the type of the Model.
org.dmg.pmml.DataField getDataField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the DataDictionary.
List<org.dmg.pmml.FieldName> getActiveFields()
Gets the independent (ie. input) fields of a Model from its MiningSchema.
List<org.dmg.pmml.FieldName> getGroupFields()
Gets the group fields of a Model from its MiningSchema.
This field set is relevant for association rules model type only.
List<org.dmg.pmml.FieldName> getOrderFields()
Gets the order fields of a Model from its MiningSchema.
This field set is relevant for sequences and time series model types.
List<org.dmg.pmml.FieldName> getTargetFields()
Gets the dependent (ie. target in supervised training) fields of a Model from its MiningSchema.
getTarget(FieldName)org.dmg.pmml.MiningField getMiningField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the MiningSchema.
name - The name of the field.getActiveFields(),
getGroupFields(),
getOrderFields(),
getTargetFields()org.dmg.pmml.Target getTarget(org.dmg.pmml.FieldName name)
Gets the definition of a field from the Targets.
getTargetFields()List<org.dmg.pmml.FieldName> getOutputFields()
Gets the output fields of a Model from its Output.
getOutputField(FieldName)org.dmg.pmml.OutputField getOutputField(org.dmg.pmml.FieldName name)
Gets the definition of a field from the Output
getOutputFields()Copyright © 2016. All Rights Reserved.