twitter-anomalyDetection-java
twitter-anomalyDetection-java copied to clipboard
Library Usage and AnomalyDetectionVec Implementation
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.