public interface HasResultFields
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OutputField> |
getOutputFields()
Gets the output fields of a
Model from its Output. |
java.util.List<TargetField> |
getTargetFields()
Gets the dependent (ie. target in supervised training) fields of a
Model from its MiningSchema. |
java.util.List<TargetField> getTargetFields()
Gets the dependent (ie. target in supervised training) fields of a Model from its MiningSchema.
java.util.List<OutputField> getOutputFields()
Gets the output fields of a Model from its Output.
Copyright © 2017. All Rights Reserved.