Uses of Class
org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler
-
Packages that use ImagePreProcessingScaler Package Description org.nd4j.linalg.dataset.api.preprocessor.serializer -
-
Uses of ImagePreProcessingScaler in org.nd4j.linalg.dataset.api.preprocessor.serializer
Methods in org.nd4j.linalg.dataset.api.preprocessor.serializer that return ImagePreProcessingScaler Modifier and Type Method Description ImagePreProcessingScalerImagePreProcessingSerializerStrategy. restore(InputStream stream)Methods in org.nd4j.linalg.dataset.api.preprocessor.serializer with parameters of type ImagePreProcessingScaler Modifier and Type Method Description voidImagePreProcessingSerializerStrategy. write(ImagePreProcessingScaler normalizer, OutputStream stream)
-