Package org.jetbrains.kotlinx.dl.dataset.preprocessor
Types
CustomPreprocessor
Link copied to clipboard
class CustomPreprocessor(customPreprocessor: Preprocessor?) : Preprocessor
Content copied to clipboard
This wrapper preprocessor applies the passed custom preprocessor to be used in Preprocessing DSL.
ImageShape
Link copied to clipboard
Preprocessing
Link copied to clipboard
class Preprocessing
Content copied to clipboard
The data preprocessing pipeline presented as Kotlin DSL on receivers.
Preprocessor
Link copied to clipboard
interface Preprocessor
Content copied to clipboard
Basic interface for the data preprocessing.
Rescaling
Link copied to clipboard
This preprocessor defines the Rescaling operation. It scales each pixel pixel_i = pixel_i / scalingCoefficient.
TensorPreprocessing
Link copied to clipboard
class TensorPreprocessing
Content copied to clipboard
The whole tensor preprocessing pipeline DSL.
Functions
load
Link copied to clipboard
preprocess
Link copied to clipboard
rescale
Link copied to clipboard
transformImage
Link copied to clipboard
transformTensor
Link copied to clipboard