Interface NormalizerStrategy<S extends NormalizerStats>

    • Method Detail

      • preProcess

        void preProcess​(INDArray array,
                        INDArray maskArray,
                        S stats)
        Normalize a data array
        Parameters:
        array - the data to normalize
        stats - statistics of the data population
      • revert

        void revert​(INDArray array,
                    INDArray maskArray,
                    S stats)
        Denormalize a data array
        Parameters:
        array - the data to denormalize
        stats - statistics of the data population
      • newStatsBuilder

        NormalizerStats.Builder newStatsBuilder()
        Create a new NormalizerStats.Builder instance that can be used to fit new data and of the opType that belongs to the current NormalizerStrategy implementation
        Returns:
        the new builder