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
fb5ae486
Commit
fb5ae486
authored
Dec 17, 2012
by
Davis King
Browse files
fixed some variables not being initialized.
parent
b5e46c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/svm/svm_c_linear_dcd_trainer.h
dlib/svm/svm_c_linear_dcd_trainer.h
+2
-0
No files found.
dlib/svm/svm_c_linear_dcd_trainer.h
View file @
fb5ae486
...
@@ -59,6 +59,8 @@ namespace dlib
...
@@ -59,6 +59,8 @@ namespace dlib
eps
(
0.1
),
eps
(
0.1
),
max_iterations
(
10000
),
max_iterations
(
10000
),
verbose
(
false
),
verbose
(
false
),
have_bias
(
true
),
last_weight_1
(
false
),
do_shrinking
(
true
)
do_shrinking
(
true
)
{
{
// make sure requires clause is not broken
// make sure requires clause is not broken
...
...
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