twitter / AnomalyDetection

Anomaly Detection with R
GNU General Public License v3.0
3.55k stars 779 forks source link

Anomalies detected but plot shows null #105

Closed sid0972 closed 5 years ago

sid0972 commented 5 years ago

I ran the algorithm on a dataset, and if i do object$anoms$anoms, i get anomalous points, but if i try to plot them, object$plot, i get null. Which one should i trust? Why is this discrepancy happening, and how can i avoid it?

sid0972 commented 5 years ago

I got it, plot=TRUE was missing. Closing.