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.
Properties
Extensions
buildStringRepr
Link copied to clipboard
fun OnHeapDataset.buildStringRepr(xString: String, yString: String): String
Content copied to clipboard
Builds intermediate OnHeapDataset string representation.
fullToString
Link copied to clipboard
Creates OnHeapDataset string representation for full of data.
toString
Link copied to clipboard
Creates OnHeapDataset string representation for part of data.