Class KFoldSplitter.TrainTestFold<T extends Output<T>>

java.lang.Object
org.tribuo.evaluation.KFoldSplitter.TrainTestFold<T>
Type Parameters:
T - the type of the examples that make up the data we've split.
Enclosing class:
KFoldSplitter<T extends Output<T>>

public static class KFoldSplitter.TrainTestFold<T extends Output<T>> extends Object
Stores a train/test split for a dataset.

Will be a record one day.

See Also: