public interface Consumer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<FieldName> |
getActiveFields()
Gets the independent (ie.
|
DataField |
getDataField(FieldName name)
Gets the definition of a field from the
DataDictionary. |
List<FieldName> |
getGroupFields()
Gets the grouping fields of a
Model from its MiningSchema. |
MiningField |
getMiningField(FieldName name)
Gets the definition of a field from the
MiningSchema. |
OutputField |
getOutputField(FieldName name)
Gets the definition of a field from the
Output |
List<FieldName> |
getOutputFields()
|
List<FieldName> |
getPredictedFields()
Gets the dependent (ie.
|
String |
getSummary()
Returns a short description of the underlying
Model |
FieldName |
getTargetField()
Convenience method for retrieving the sole predicted field.
|
DataField getDataField(FieldName name)
DataDictionary.PMMLManager.getDataField(FieldName)List<FieldName> getActiveFields()
Model from its MiningSchema.ModelManager.getActiveFields()List<FieldName> getGroupFields()
Model from its MiningSchema.
A model should have no more than 1 grouping field.ModelManager.getGroupFields()FieldName getTargetField()
InvalidFeatureException - If the number of predicted fields is not exactly oneModelManager.getTargetField()List<FieldName> getPredictedFields()
Model from its MiningSchema.ModelManager.getPredictedFields()MiningField getMiningField(FieldName name)
MiningSchema.List<FieldName> getOutputFields()
ModelManager.getOutputFields()OutputField getOutputField(FieldName name)
OutputgetOutputFields()Copyright © 2013 University of Tartu. All Rights Reserved.