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>>
-
Field Summary
FieldsModifier 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.
-