Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nbro opened this issue Nov 24, 2018 · 1 comment
Open

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

nbro opened this issue Nov 24, 2018 · 1 comment

Comments

@nbro
Copy link

nbro commented Nov 24, 2018

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants