Skip to content

Dataset

A dataset is used as input to machine learning models.

Type parameters:

Name Upper Bound Description Default
I Any? The type of the input data. -
O Any? The type of the output data. -

Inheritors:

Stub code in Dataset.sdsstub
class Dataset<out I, out O>