public interface HasOrderFields extends HasActiveFields
A marker interface for models that expect the application to group and order
many scalar-valued data records to a single ordered collection-type data record.
The grouping and ordering are applied to active field values.
| Modifier and Type | Method and Description |
|---|---|
List<InputField> |
getOrderFields()
Gets the order fields of a
Model from its MiningSchema. |
getActiveFieldsList<InputField> getOrderFields()
Gets the order fields of a Model from its MiningSchema.
This field set is relevant for sequences and time series model types.
Copyright © 2018. All rights reserved.