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