public interface Consumer
| 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. |
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 |
DataField getDataField(FieldName name)
DataDictionary.PMMLManager.getDataField(FieldName)List<FieldName> getActiveFields()
Model from its MiningSchema.ModelManager.getActiveFields()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.