Commit 730037dc authored by Davis King's avatar Davis King

Removed some old comments

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404165
parent 23e169da
...@@ -46,10 +46,6 @@ namespace dlib ...@@ -46,10 +46,6 @@ namespace dlib
void set_trainer ( void set_trainer (
const any_trainer& trainer const any_trainer& trainer
) )
/*!
ensures
- sets the trainer used for all pairs of training
!*/
{ {
default_trainer = trainer; default_trainer = trainer;
trainers.clear(); trainers.clear();
...@@ -60,12 +56,6 @@ namespace dlib ...@@ -60,12 +56,6 @@ namespace dlib
const label_type& l1, const label_type& l1,
const label_type& l2 const label_type& l2
) )
/*!
requires
- l1 != l2
ensures
- sets the trainer used for just the l1 l2 class pair
!*/
{ {
trainers[make_unordered_pair(l1,l2)] = trainer; trainers[make_unordered_pair(l1,l2)] = trainer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment