Fixed grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404189
This commit is contained in:
Davis King 2011-03-23 16:13:25 +00:00
parent 01d8ff8d20
commit 75b0b774a7
1 changed files with 6 additions and 6 deletions

View File

@ -145,9 +145,9 @@ namespace dlib
- returns the SVM regularization parameter for the +1 class.
It is the parameter that determines the trade off between
trying to fit the +1 training data exactly or allowing more errors
but hopefully improving the generalization ability of the
resulting classifier. Larger values encourage exact fitting
while smaller values of C may encourage better generalization.
but hopefully improving the generalization of the resulting
classifier. Larger values encourage exact fitting while
smaller values of C may encourage better generalization.
!*/
const scalar_type get_c_class2 (
@ -157,9 +157,9 @@ namespace dlib
- returns the SVM regularization parameter for the -1 class.
It is the parameter that determines the trade off between
trying to fit the -1 training data exactly or allowing more errors
but hopefully improving the generalization ability of the
resulting classifier. Larger values encourage exact fitting
while smaller values of C may encourage better generalization.
but hopefully improving the generalization of the resulting
classifier. Larger values encourage exact fitting while
smaller values of C may encourage better generalization.
!*/
void set_c_class1 (