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
f9e50a23
Commit
f9e50a23
authored
Feb 20, 2014
by
Davis King
Browse files
Lowered the default stopping epsilon.
parent
b17762c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/svm/structural_track_association_trainer.h
dlib/svm/structural_track_association_trainer.h
+1
-1
dlib/svm/structural_track_association_trainer_abstract.h
dlib/svm/structural_track_association_trainer_abstract.h
+1
-1
No files found.
dlib/svm/structural_track_association_trainer.h
View file @
f9e50a23
...
...
@@ -343,7 +343,7 @@ namespace dlib
{
C
=
100
;
verbose
=
false
;
eps
=
0.01
;
eps
=
0.
0
01
;
num_threads
=
2
;
max_cache_size
=
5
;
learn_nonnegative_weights
=
false
;
...
...
dlib/svm/structural_track_association_trainer_abstract.h
View file @
f9e50a23
...
...
@@ -35,7 +35,7 @@ namespace dlib
ensures
- #get_c() == 100
- this object isn't verbose
- #get_epsilon() == 0.01
- #get_epsilon() == 0.
0
01
- #get_num_threads() == 2
- #get_max_cache_size() == 5
- #learns_nonnegative_weights() == false
...
...
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