Interface | Description |
---|---|
Order<E> |
An order for a list.
|
PartitionAlgorithm<E> |
Partitioning algorithmInfo for an ordered sequence of stuff.
|
Class | Description |
---|---|
CrossfoldTask |
The command to build and run a crossfold on the data source file and output the partition files
|
FractionPartition<E> |
Partition a list by fraction.
|
Holdout |
A train-test holdout method.
|
HoldoutNPartition<E> |
Partition the last part of list by holding out a fixed number of elements.
|
RandomOrder<E> |
Ordering that randomizes the list.
|
RetainNPartition<E> |
Partition the event list by retaining a fixed number of elements.
|
TimestampOrder<E extends Event> |
Order an event sequence by timestamp.
|
Enum | Description |
---|---|
CrossfoldMethod |
The method to be used for crossfolding.
|