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