OnHeapDataset
Types
Functions
batchIterator
Link copied to clipboard
Returns BatchIterator with fixed batchSize.
shuffle
Link copied to clipboard
Shuffles the dataset.
split
Link copied to clipboard
open override fun split(splitRatio: Double): Pair<OnHeapDataset, OnHeapDataset>
Content copied to clipboard
Splits datasets on two sub-datasets according splitRatio.