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
72d3ab86
Commit
72d3ab86
authored
Nov 01, 2011
by
Davis King
Browse files
fixed grammar
parent
fdc3af3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/svm/structural_object_detection_trainer_abstract.h
dlib/svm/structural_object_detection_trainer_abstract.h
+2
-2
No files found.
dlib/svm/structural_object_detection_trainer_abstract.h
View file @
72d3ab86
...
@@ -112,9 +112,9 @@ namespace dlib
...
@@ -112,9 +112,9 @@ namespace dlib
ensures
ensures
- returns the error epsilon that determines when training should stop.
- returns the error epsilon that determines when training should stop.
Smaller values may result in a more accurate solution but take longer
Smaller values may result in a more accurate solution but take longer
to
execute
. You can think of this epsilon value as saying "solve the
to
train
. You can think of this epsilon value as saying "solve the
optimization problem until the average loss per sample is within epsilon
optimization problem until the average loss per sample is within epsilon
of it
'
s optimal value".
of its optimal value".
!*/
!*/
void
set_max_cache_size
(
void
set_max_cache_size
(
...
...
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