Interface OutlierScaling

    • Method Detail

      • prepare

        void prepare​(OutlierResult or)
        Prepare is called once for each data set, before getScaled() will be called. This function can be used to extract global parameters such as means, minimums or maximums from the outlier scores.
        Parameters:
        or - Outlier result to use
      • prepare

        <A> void prepare​(A array,
                         NumberArrayAdapter<?,​A> adapter)
        Prepare is called once for each data set, before getScaled() will be called. This function can be used to extract global parameters such as means, minimums or maximums from the score array. The method using a full OutlierResult is preferred, as it will allow access to the metadata.
        Parameters:
        array - Data to process
        adapter - Array adapter