Preprocessor

interface Preprocessor

Basic interface for the data preprocessing.

It operates on FloatArray.

Functions

apply
Link copied to clipboard
abstract fun apply(data: FloatArray, inputShape: ImageShape): FloatArray

Transforms data with inputShape to the new data with the same shape.

Inheritors

Normalizing
Link copied to clipboard
Rescaling
Link copied to clipboard