added more comments

This commit is contained in:
Davis King 2014-02-20 22:45:46 -05:00
parent 878463550a
commit 5bcfa6853e
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
function which is optimal, in a certain sense, for use with the Hungarian
algorithm. To do this, we will make a simple dataset of example associations
and use them to train a supervised machine learning method.
Finally, note that there is a whole example program dedicated to assignment learning
problems where you are trying to make an object tracker. So if that is what you are
interested in then read the learning_to_track_ex.cpp example program.
*/