Package org.jpmml.evaluator
Interface HasOrderFields
-
- All Superinterfaces:
HasActiveFields
- All Known Implementing Classes:
TimeSeriesModelEvaluator
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 fieldvalues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<InputField>getOrderFields()Gets the order fields of aModelfrom itsMiningSchema.-
Methods inherited from interface org.jpmml.evaluator.HasActiveFields
getActiveFields
-
-
-
-
Method Detail
-
getOrderFields
java.util.List<InputField> getOrderFields()
Gets the order fields of a
Modelfrom itsMiningSchema.This field set is relevant for
sequencesandtime seriesmodel types.
-
-