You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
... ...
}
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: