yahoo / egads

A Java package to automatically detect anomalies in large scale time-series data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpdateModelProcessable

gatling822 opened this issue · comments

It does not appear the the ma.update() will do anything considering non of the tsmm model implement the update() method. Is it expected that when using this library it is always for just one off data anomaly detection? or should we implement the update() method yourself.

I would like to use this library a a backbone for some stream processing of data and update model and detect new anomalies in real time. Am i missing something about how the library should be used?