Class StandardScaler

    • Constructor Detail

      • StandardScaler

        public StandardScaler()
        Deprecated.
    • Method Detail

      • fit

        public void fit​(DataSet dataSet)
        Deprecated.
      • fit

        public void fit​(DataSetIterator iterator)
        Deprecated.
        Fit the given model
        Parameters:
        iterator - the data to iterate oer
      • load

        public void load​(File mean,
                         File std)
                  throws IOException
        Deprecated.
        Load the given mean and std
        Parameters:
        mean - the mean file
        std - the std file
        Throws:
        IOException
      • save

        public void save​(File mean,
                         File std)
                  throws IOException
        Deprecated.
        Save the current mean and std
        Parameters:
        mean - the mean
        std - the std
        Throws:
        IOException
      • transform

        public void transform​(DataSet dataSet)
        Deprecated.
        Transform the data
        Parameters:
        dataSet - the dataset to transform
      • getMean

        public INDArray getMean()
        Deprecated.
      • getStd

        public INDArray getStd()
        Deprecated.