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
Hi, Thanks for the Java implementation of Anomaly Detection. I am using it for one of my projects and have the following question;
I use Twitter R library to detect anomalies in time series data with AnomalyDetectionVec. It successfully detects the anomalies. In your Java implementation, do you have AnomalyDetectionVec support? I do not see but I may miss it.
I convert the time stamps from long to double and try your implementation. However, it generates me an error which is the variance is zero. (I use the same data for both cases). Could you please respond back to me about these issues? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for the Java implementation of Anomaly Detection. I am using it for one of my projects and have the following question;
The text was updated successfully, but these errors were encountered: