Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getAnomalyList() and result() methods of DetectAnomalyProcessable class can only get anomalies of one time series #44

Open
hapownli opened this issue Sep 4, 2017 · 0 comments

Comments

@hapownli
Copy link

hapownli commented Sep 4, 2017

   public ArrayList<Anomaly> getAnomalyList() {
           return anomalyList;
    }

    // For each model's prediction in the ModelAdapter
    for (TimeSeries.DataSequence ds : list) {
             ... ...
            // Detecting anomalies for each anomaly detection model in anomaly detector
           anomalyList = ad.detect(ad.metric, ds);
           ... ...
      }
@hapownli hapownli changed the title #getAnomalyList() and result() methods of DetectAnomalyProcessable class can only get anomalies of one time series #44getAnomalyList() and result() methods of DetectAnomalyProcessable class can only get anomalies of one time series Sep 4, 2017
@hapownli hapownli changed the title #44getAnomalyList() and result() methods of DetectAnomalyProcessable class can only get anomalies of one time series getAnomalyList() and result() methods of DetectAnomalyProcessable class can only get anomalies of one time series Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant