protected java.util.List<InputField> |
ModelManager.createInputFields() |
|
protected java.util.List<InputField> |
ModelManager.createInputFields(java.util.Set<org.dmg.pmml.MiningField.UsageType> usageTypes) |
|
java.util.List<InputField> |
HasInputFields.getActiveFields() |
Gets the "active" subset of feature fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
ModelManager.getActiveFields() |
|
java.util.List<InputField> |
HasGroupFields.getGroupFields() |
Gets the group fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
HasInputFields.getInputFields() |
Gets the feature fields plus the residual fields of a Model.
|
java.util.List<InputField> |
ModelManager.getInputFields() |
|
java.util.List<InputField> |
HasOrderFields.getOrderFields() |
Gets the order fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
HasInputFields.getSupplementaryFields() |
Gets the "supplementary" subset of feature fields of a Model from its MiningSchema.
|
java.util.List<InputField> |
ModelManager.getSupplementaryFields() |
|