Fixed minor bug in the set_loss_on_negative_class() function.

This commit is contained in:
Davis King 2012-05-06 11:59:18 -04:00
parent 7f92868840
commit 42c123f298
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ namespace dlib
<< "\n\t loss: " << loss
<< "\n\t this: " << this );
loss_pos = loss;
loss_neg = loss;
}
double get_loss_on_negative_class (