yahoo / egads

A Java package to automatically detect anomalies in large scale time-series data
Other
1.17k stars 331 forks source link

Can this software be used in a mobile phone setting (e.g. Android)? #57

Open nbro opened 5 years ago

nbro commented 5 years ago

I would like to use this software as part of a backend to detect anomalies on data collected using the sensors of the phone. Apparently, this software package still does not support online anomaly detection. Anyway, what would be the advisable approach to use EGADS in the Android setting? I would like to detect anomalies in the GPS data, which is stored in a CSV file. Any suggestions?

sheldonkreger commented 5 years ago

Because this project is written in Java, you'll need to write a custom application and package it as a WAR or JAR, which the host system will use to execute the application. I am unsure whether Android can run Java apps, though. There may be special packaging options for Android, I just don't have the experience to say.