Uses of Class
org.nd4j.linalg.dataset.api.preprocessor.serializer.NormalizerType
-
Packages that use NormalizerType Package Description org.nd4j.linalg.dataset.api.preprocessor org.nd4j.linalg.dataset.api.preprocessor.serializer -
-
Uses of NormalizerType in org.nd4j.linalg.dataset.api.preprocessor
Methods in org.nd4j.linalg.dataset.api.preprocessor that return NormalizerType Modifier and Type Method Description NormalizerTypeImageMultiPreProcessingScaler. getType()NormalizerTypeImagePreProcessingScaler. getType()NormalizerTypeMultiNormalizerHybrid. getType()NormalizerTypeMultiNormalizerMinMaxScaler. getType()NormalizerTypeMultiNormalizerStandardize. getType()NormalizerTypeNormalizer. getType()Get the enum opType of this normalizerNormalizerTypeNormalizerMinMaxScaler. getType()NormalizerTypeNormalizerStandardize. getType()NormalizerTypeVGG16ImagePreProcessor. getType() -
Uses of NormalizerType in org.nd4j.linalg.dataset.api.preprocessor.serializer
Methods in org.nd4j.linalg.dataset.api.preprocessor.serializer that return NormalizerType Modifier and Type Method Description NormalizerTypeCustomSerializerStrategy. getSupportedType()NormalizerTypeImagePreProcessingSerializerStrategy. getSupportedType()NormalizerTypeMinMaxSerializerStrategy. getSupportedType()NormalizerTypeMultiHybridSerializerStrategy. getSupportedType()NormalizerTypeMultiMinMaxSerializerStrategy. getSupportedType()NormalizerTypeMultiStandardizeSerializerStrategy. getSupportedType()NormalizerTypeNormalizerSerializerStrategy. getSupportedType()Get the enum opType of the supported normalizerNormalizerTypeStandardizeSerializerStrategy. getSupportedType()static NormalizerTypeNormalizerType. valueOf(String name)Returns the enum constant of this type with the specified name.static NormalizerType[]NormalizerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-