Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
dd91dc35
Commit
dd91dc35
authored
May 18, 2013
by
Davis King
Browse files
Fixed typos in spec
parent
82564712
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/svm/svr_linear_trainer_abstract.h
dlib/svm/svr_linear_trainer_abstract.h
+3
-3
No files found.
dlib/svm/svr_linear_trainer_abstract.h
View file @
dd91dc35
...
...
@@ -78,7 +78,7 @@ namespace dlib
!*/
void
set_epsilon
(
scalar_type
eps
_
scalar_type
eps
);
/*!
requires
...
...
@@ -100,7 +100,7 @@ namespace dlib
!*/
void
set_epsilon_insensitivity
(
scalar_type
eps
_
scalar_type
eps
);
/*!
requires
...
...
@@ -222,7 +222,7 @@ namespace dlib
!*/
void
set_c
(
scalar_type
C
_
scalar_type
C
);
/*!
requires
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment