mirror of https://github.com/davisking/dlib.git
Fixed grammar
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404189
This commit is contained in:
parent
01d8ff8d20
commit
75b0b774a7
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue