-
Notifications
You must be signed in to change notification settings - Fork 1
Refactoring and Modernization of the Behavior Analysis
madcau edited this page Oct 4, 2017
·
3 revisions
Currently, the analysis of monitored user behavior is build on top of several different projects. During this iterative process the design and the implementation have eroded making it difficult to implement new clustering algorithms or comparisons on top of them. In this task, you will reverse engineer the existing application design, create a new and extendable one, and implement your approach. The goal for the new design is to create a highly modularized system that allows for different clustering algorithms to be used and for different metrics to be employed.
https://github.com/research-iobserve/iobserve-analysis
https://github.com/research-iobserve/iobserve-ui-user-behavior
Write me :)