Uses of Class
org.nd4j.linalg.dataset.api.preprocessor.MultiNormalizerMinMaxScaler
-
Packages that use MultiNormalizerMinMaxScaler Package Description org.nd4j.linalg.dataset.api.preprocessor.serializer -
-
Uses of MultiNormalizerMinMaxScaler in org.nd4j.linalg.dataset.api.preprocessor.serializer
Methods in org.nd4j.linalg.dataset.api.preprocessor.serializer that return MultiNormalizerMinMaxScaler Modifier and Type Method Description MultiNormalizerMinMaxScalerMultiMinMaxSerializerStrategy. restore(@NonNull InputStream stream)Restore a MultiNormalizerMinMaxScaler that was previously serialized by this strategyMethods in org.nd4j.linalg.dataset.api.preprocessor.serializer with parameters of type MultiNormalizerMinMaxScaler Modifier and Type Method Description voidMultiMinMaxSerializerStrategy. write(@NonNull MultiNormalizerMinMaxScaler normalizer, @NonNull OutputStream stream)Serialize a MultiNormalizerMinMaxScaler to a output stream
-