Interface HasOrderFields

  • All Superinterfaces:
    HasInputFields
    All Known Implementing Classes:
    TimeSeriesModelEvaluator

    public interface HasOrderFields
    extends HasInputFields

    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.

    • Method Detail

      • getOrderFields

        List<InputField> getOrderFields()

        Gets the order fields of a Model from its MiningSchema.

        This field set is relevant for sequences and time series model types.