|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Consumer
| Method Summary | |
|---|---|
List<FieldName> |
getActiveFields()
Gets the independent (ie. input) fields of a Model from its MiningSchema. |
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()
Gets the output fields of a Model from its Output. |
List<FieldName> |
getPredictedFields()
Gets the dependent (ie. output) field(s) of a Model from its MiningSchema. |
String |
getSummary()
Returns a short description of the underlying Model |
| Method Detail |
|---|
String getSummary()
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.
getActiveFields(),
getPredictedFields(),
ModelManager.getMiningField(FieldName)List<FieldName> getOutputFields()
Model from its Output.
ModelManager.getOutputFields()OutputField getOutputField(FieldName name)
Output
getOutputFields()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||