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
62c8d3ee
Commit
62c8d3ee
authored
May 12, 2013
by
Davis King
Browse files
Changed svm_c_linear_trainer stopping epsilon to something a little more
reasonable.
parent
cdc0f3b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dlib/svm/svm_c_linear_trainer.h
dlib/svm/svm_c_linear_trainer.h
+2
-2
dlib/svm/svm_c_linear_trainer_abstract.h
dlib/svm/svm_c_linear_trainer_abstract.h
+2
-2
No files found.
dlib/svm/svm_c_linear_trainer.h
View file @
62c8d3ee
...
@@ -351,7 +351,7 @@ namespace dlib
...
@@ -351,7 +351,7 @@ namespace dlib
Cpos
=
1
;
Cpos
=
1
;
Cneg
=
1
;
Cneg
=
1
;
verbose
=
false
;
verbose
=
false
;
eps
=
0.00
0
1
;
eps
=
0.001
;
max_iterations
=
10000
;
max_iterations
=
10000
;
learn_nonnegative_weights
=
false
;
learn_nonnegative_weights
=
false
;
last_weight_1
=
false
;
last_weight_1
=
false
;
...
@@ -372,7 +372,7 @@ namespace dlib
...
@@ -372,7 +372,7 @@ namespace dlib
Cpos
=
C
;
Cpos
=
C
;
Cneg
=
C
;
Cneg
=
C
;
verbose
=
false
;
verbose
=
false
;
eps
=
0.00
0
1
;
eps
=
0.001
;
max_iterations
=
10000
;
max_iterations
=
10000
;
learn_nonnegative_weights
=
false
;
learn_nonnegative_weights
=
false
;
last_weight_1
=
false
;
last_weight_1
=
false
;
...
...
dlib/svm/svm_c_linear_trainer_abstract.h
View file @
62c8d3ee
...
@@ -49,7 +49,7 @@ namespace dlib
...
@@ -49,7 +49,7 @@ namespace dlib
- #get_oca() == oca() (i.e. an instance of oca with default parameters)
- #get_oca() == oca() (i.e. an instance of oca with default parameters)
- #get_c_class1() == 1
- #get_c_class1() == 1
- #get_c_class2() == 1
- #get_c_class2() == 1
- #get_epsilon() == 0.00
0
1
- #get_epsilon() == 0.001
- this object will not be verbose unless be_verbose() is called
- this object will not be verbose unless be_verbose() is called
- #get_max_iterations() == 10000
- #get_max_iterations() == 10000
- #learns_nonnegative_weights() == false
- #learns_nonnegative_weights() == false
...
@@ -68,7 +68,7 @@ namespace dlib
...
@@ -68,7 +68,7 @@ namespace dlib
- #get_oca() == oca() (i.e. an instance of oca with default parameters)
- #get_oca() == oca() (i.e. an instance of oca with default parameters)
- #get_c_class1() == C
- #get_c_class1() == C
- #get_c_class2() == C
- #get_c_class2() == C
- #get_epsilon() == 0.00
0
1
- #get_epsilon() == 0.001
- this object will not be verbose unless be_verbose() is called
- this object will not be verbose unless be_verbose() is called
- #get_max_iterations() == 10000
- #get_max_iterations() == 10000
- #learns_nonnegative_weights() == false
- #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