Commit 75b0b774 authored by Davis King's avatar Davis King

Fixed grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404189
parent 01d8ff8d
...@@ -145,9 +145,9 @@ namespace dlib ...@@ -145,9 +145,9 @@ namespace dlib
- returns the SVM regularization parameter for the +1 class. - returns the SVM regularization parameter for the +1 class.
It is the parameter that determines the trade off between It is the parameter that determines the trade off between
trying to fit the +1 training data exactly or allowing more errors trying to fit the +1 training data exactly or allowing more errors
but hopefully improving the generalization ability of the but hopefully improving the generalization of the resulting
resulting classifier. Larger values encourage exact fitting classifier. Larger values encourage exact fitting while
while smaller values of C may encourage better generalization. smaller values of C may encourage better generalization.
!*/ !*/
const scalar_type get_c_class2 ( const scalar_type get_c_class2 (
...@@ -157,9 +157,9 @@ namespace dlib ...@@ -157,9 +157,9 @@ namespace dlib
- returns the SVM regularization parameter for the -1 class. - returns the SVM regularization parameter for the -1 class.
It is the parameter that determines the trade off between It is the parameter that determines the trade off between
trying to fit the -1 training data exactly or allowing more errors trying to fit the -1 training data exactly or allowing more errors
but hopefully improving the generalization ability of the but hopefully improving the generalization of the resulting
resulting classifier. Larger values encourage exact fitting classifier. Larger values encourage exact fitting while
while smaller values of C may encourage better generalization. smaller values of C may encourage better generalization.
!*/ !*/
void set_c_class1 ( void set_c_class1 (
......
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