appsensor
appsensor copied to clipboard
Code - New analysis engines
Different versions of analysis engines could be built, ie stochastic vs. statistical vs. behavioral, etc. (written in java).
this is a big task that will probably be standalone.
This work is currently underway and being handled separately by a couple of grad students.
What's the status of this issue? As I understand, new analysis engines will and should stay event-driven?
There are 2 engines we currently have in mind to build.
- rule engine - this engine uses allows you to compose more complex rules based on boolean logic. The code for this engine is actually already in the build and was contributed by @dscrobonia . It's currently being tested and will be released in the next major build. I'll close this ticket once we release that engine.
- trending engine - this is a simpler engine idea, and essentially looks for time-based trend changes. There is currently no code (or design) for this, but we've discussed it in the past.