Skip to content

Refactoring and Modernization of the Behavior Analysis

madcau edited this page Oct 4, 2017 · 3 revisions

Preliminary

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.

Related Repositories

https://github.com/research-iobserve/iobserve-analysis
https://github.com/research-iobserve/iobserve-ui-user-behavior

Documentation

Write me :)