Class TrafficAnalyzer

    • Constructor Detail

      • TrafficAnalyzer

        public TrafficAnalyzer​(String pid,
                               int windowSize,
                               int delay,
                               String attribute)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • update

        public void update​(int newDataPoint)
      • getThreshold

        public Double getThreshold()
      • detectAnomalies

        public Boolean detectAnomalies​(int newData)