public interface HistoryPartitionMethod
Partitioning algorithm for an ordered sequence of events into train and test events.
Modifier and Type | Method and Description |
---|---|
int |
partition(List<? extends Event> data)
Compute a partition of of the data.
|