Commit 2d148fb3 authored by Davis King's avatar Davis King

Made the spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403044
parent 15cff080
......@@ -28,7 +28,7 @@ namespace dlib
So for example, suppose you wanted to set the bias term so that
the accuracy of your decision function on +1 labeled samples was 99%.
To do this you would use an instance of this object declared as follows:
roc_trainer_type(your_trainer, 0.99, +1);
roc_trainer_type<trainer_type>(your_trainer, 0.99, +1);
!*/
public:
......
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