Uses of Interface
org.nd4j.linalg.dataset.api.preprocessor.Normalizer
-
Packages that use Normalizer Package Description org.nd4j.linalg.dataset.api.preprocessor org.nd4j.linalg.dataset.api.preprocessor.serializer -
-
Uses of Normalizer in org.nd4j.linalg.dataset.api.preprocessor
Subinterfaces of Normalizer in org.nd4j.linalg.dataset.api.preprocessor Modifier and Type Interface Description interfaceDataNormalizationinterfaceMultiDataNormalizationClasses in org.nd4j.linalg.dataset.api.preprocessor that implement Normalizer Modifier and Type Class Description classAbstractDataSetNormalizer<S extends NormalizerStats>classAbstractMultiDataSetNormalizer<S extends NormalizerStats>classImageMultiPreProcessingScalerclassImagePreProcessingScalerclassMultiNormalizerHybridclassMultiNormalizerMinMaxScalerclassMultiNormalizerStandardizeclassNormalizerMinMaxScalerclassNormalizerStandardizeclassVGG16ImagePreProcessor -
Uses of Normalizer in org.nd4j.linalg.dataset.api.preprocessor.serializer
Classes in org.nd4j.linalg.dataset.api.preprocessor.serializer with type parameters of type Normalizer Modifier and Type Class Description classCustomSerializerStrategy<T extends Normalizer>interfaceNormalizerSerializerStrategy<T extends Normalizer>Methods in org.nd4j.linalg.dataset.api.preprocessor.serializer with type parameters of type Normalizer Modifier and Type Method Description <T extends Normalizer>
TNormalizerSerializer. restore(@NonNull File file)Restore a normalizer from the given file<T extends Normalizer>
TNormalizerSerializer. restore(@NonNull InputStream stream)Restore a normalizer from an input stream<T extends Normalizer>
TNormalizerSerializer. restore(@NonNull String path)Restore a normalizer from the given pathMethods in org.nd4j.linalg.dataset.api.preprocessor.serializer with parameters of type Normalizer Modifier and Type Method Description voidNormalizerSerializer. write(@NonNull Normalizer normalizer, @NonNull File file)Serialize a normalizer to the given filevoidNormalizerSerializer. write(@NonNull Normalizer normalizer, @NonNull OutputStream stream)Serialize a normalizer to an output streamvoidNormalizerSerializer. write(@NonNull Normalizer normalizer, @NonNull String path)Serialize a normalizer to the given file path
-