Mercurial > hg > nsaunier > traffic-intelligence
view include/learning.hpp @ 211:ada6e8fbe4c6
2 Changes :
1) Modified storage.py to read prototype and matching trajectory indexes from db
2) Modified moving.py to give draw function **kwargs option (to matplotlib.plot)
| author | Francois Belisle <belisle.francois@gmail.com> |
|---|---|
| date | Wed, 06 Jun 2012 13:24:04 -0400 |
| parents | d70e9b36889c |
| children |
line wrap: on
line source
#ifndef LEARNING_HPP #define LEARNING_HPP // todo search max-cut algorithm to maximize homogeneity of clusters and minimize weak connections #endif
