Class OutlierFilter

  • All Implemented Interfaces:
    Filter

    public class OutlierFilter
    extends java.lang.Object
    implements Filter
    Performs outlier removal and interpolation using R.
    Author:
    jwhite
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OutlierFilter()  
        OutlierFilter​(java.lang.String inputColumn, double quantile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)  
      void linearInterpolation​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutlierFilter

        protected OutlierFilter()
      • OutlierFilter

        public OutlierFilter​(java.lang.String inputColumn,
                             double quantile)
    • Method Detail

      • filter

        public void filter​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)
        Specified by:
        filter in interface Filter
      • linearInterpolation

        public void linearInterpolation​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)