twitter-anomalyDetection-java icon indicating copy to clipboard operation
twitter-anomalyDetection-java copied to clipboard

Library Usage and AnomalyDetectionVec Implementation

Open batuhanaman opened this issue 5 years ago • 0 comments

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.

batuhanaman avatar May 02 '19 18:05 batuhanaman