Skip to content

🧪 InputConversion

The input conversion for a neural network, defines the input parameters for the neural network.

Type parameters:

Name Upper Bound Description Default
D Any? The type of the full dataset. It's the input to fit and the output of predict. -
F Any? The type of the features. It's the input to predict. -

Inheritors:

Stub code in InputConversion.sdsstub

@Experimental
class InputConversion<D, in F>