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
b294f4d4
Commit
b294f4d4
authored
Feb 24, 2014
by
Davis King
Browse files
Lowered default stopping epsilon
parent
11ae48d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dlib/svm/structural_assignment_trainer.h
dlib/svm/structural_assignment_trainer.h
+1
-1
dlib/svm/structural_assignment_trainer_abstract.h
dlib/svm/structural_assignment_trainer_abstract.h
+2
-2
No files found.
dlib/svm/structural_assignment_trainer.h
View file @
b294f4d4
...
...
@@ -210,7 +210,7 @@ namespace dlib
force_assignment
=
false
;
C
=
100
;
verbose
=
false
;
eps
=
0.1
;
eps
=
0.
0
1
;
num_threads
=
2
;
max_cache_size
=
5
;
}
...
...
dlib/svm/structural_assignment_trainer_abstract.h
View file @
b294f4d4
...
...
@@ -47,7 +47,7 @@ namespace dlib
ensures
- #get_c() == 100
- this object isn't verbose
- #get_epsilon() == 0.1
- #get_epsilon() == 0.
0
1
- #get_num_threads() == 2
- #get_max_cache_size() == 5
- #get_feature_extractor() == a default initialized feature_extractor
...
...
@@ -61,7 +61,7 @@ namespace dlib
ensures
- #get_c() == 100
- this object isn't verbose
- #get_epsilon() == 0.1
- #get_epsilon() == 0.
0
1
- #get_num_threads() == 2
- #get_max_cache_size() == 40
- #get_feature_extractor() == fe
...
...
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