Interface IImgParamNormalizer

  • All Known Implementing Classes:
    ImgParamNormalizer

    public interface IImgParamNormalizer
    Interface for objects used to normalize the passed in parameter arrays.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void normalizeParameterValues​(double[][][] parameters)
      Normalizes the parameter values to have a range between 0..1 inclusive, based upon the range of values expected for the particular parameter and not the values seen in the given input.
    • Method Detail

      • normalizeParameterValues

        void normalizeParameterValues​(double[][][] parameters)
        Normalizes the parameter values to have a range between 0..1 inclusive, based upon the range of values expected for the particular parameter and not the values seen in the given input.
        Parameters:
        parameters - The input to normalize.