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>>
Stores a train/test split for a dataset.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
train
-
test
-