gabrieag / bayesian-change-detection

Bayesian model-based change detection
3 stars 5 forks source link

Code restructure #1

Closed asherbender closed 9 years ago

asherbender commented 9 years ago

I have mainly cleaned up the code (reduced the number of files, enforced better PEP8 compliance, simplified the API). None the linear algebra has been modified in any significant way. The interface to the algorithms has changed. This is demonstrated in ./tests.py. My aim was to make it an easier 'blackbox' algorithm to use where as much as possible is handled inside the algorithm.

gabrieag commented 9 years ago

@asherbender good to go?

gabrieag commented 9 years ago

@asherbender I just gave you push access. Feel free to merge (you should do the honours)!