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