public interface Consumer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<org.dmg.pmml.FieldName> |
getActiveFields()
Gets the independent (ie.
|
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 grouping 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.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()
Returns a short description of the underlying
Model |
org.dmg.pmml.FieldName |
getTargetField()
Convenience method for retrieving the sole target field.
|
List<org.dmg.pmml.FieldName> |
getTargetFields()
Gets the dependent (ie.
|
String getSummary()
Modelorg.dmg.pmml.DataField getDataField(org.dmg.pmml.FieldName name)
DataDictionary.List<org.dmg.pmml.FieldName> getActiveFields()
Model from its MiningSchema.List<org.dmg.pmml.FieldName> getGroupFields()
Model from its MiningSchema.
A model should have no more than 1 grouping field.List<org.dmg.pmml.FieldName> getTargetFields()
Model from its MiningSchema.org.dmg.pmml.FieldName getTargetField()
null if it does not existInvalidFeatureException - If the number of target fields is not exactly one.getTargetFields()org.dmg.pmml.MiningField getMiningField(org.dmg.pmml.FieldName name)
MiningSchema.getActiveFields(),
getGroupFields(),
getTargetFields()org.dmg.pmml.OutputField getOutputField(org.dmg.pmml.FieldName name)
OutputgetOutputFields()List<org.dmg.pmml.FieldName> getOutputFields()
Model from its Output.Copyright © 2014. All Rights Reserved.