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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: