Uses of Class
org.nd4j.linalg.dataset.api.preprocessor.stats.MinMaxStats
-
Packages that use MinMaxStats Package Description org.nd4j.linalg.dataset.api.preprocessor org.nd4j.linalg.dataset.api.preprocessor.stats -
-
Uses of MinMaxStats in org.nd4j.linalg.dataset.api.preprocessor
Methods in org.nd4j.linalg.dataset.api.preprocessor with parameters of type MinMaxStats Modifier and Type Method Description voidMinMaxStrategy. preProcess(INDArray array, INDArray maskArray, MinMaxStats stats)Normalize a data arrayvoidMinMaxStrategy. revert(INDArray array, INDArray maskArray, MinMaxStats stats)Denormalize a data array -
Uses of MinMaxStats in org.nd4j.linalg.dataset.api.preprocessor.stats
Methods in org.nd4j.linalg.dataset.api.preprocessor.stats that return MinMaxStats Modifier and Type Method Description MinMaxStatsMinMaxStats.Builder. build()Create a DistributionStats object from the data ingested so far.
-