protected java.util.List<InputField> |
ModelEvaluator.createInputFields() |
protected java.util.List<InputField> |
ModelEvaluator.createInputFields(org.dmg.pmml.MiningField.UsageType usageType) |
java.util.List<InputField> |
ModelEvaluator.getActiveFields() |
java.util.List<InputField> |
HasActiveFields.getActiveFields()
Gets the independent (ie. input) fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
HasGroupFields.getGroupFields()
Gets the group fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
ModelEvaluator.getInputFields() |
java.util.List<InputField> |
HasInputFields.getInputFields() |
java.util.List<InputField> |
HasOrderFields.getOrderFields()
Gets the order fields of a Model from its MiningSchema.
|