Package org.tribuo.evaluation
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.
Will be a record one day.
-
Field Summary
Modifier and TypeFieldDescriptionfinal DatasetView<T>
The testing fold.final DatasetView<T>
The training fold. -
Method Summary
-
Field Details
-
train
The training fold. -
test
The testing fold.
-