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
42c123f2
Commit
42c123f2
authored
May 06, 2012
by
Davis King
Browse files
Fixed minor bug in the set_loss_on_negative_class() function.
parent
7f928688
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/structural_svm_graph_labeling_problem.h
dlib/svm/structural_svm_graph_labeling_problem.h
+1
-1
No files found.
dlib/svm/structural_svm_graph_labeling_problem.h
View file @
42c123f2
...
@@ -199,7 +199,7 @@ namespace dlib
...
@@ -199,7 +199,7 @@ namespace dlib
<<
"
\n\t
loss: "
<<
loss
<<
"
\n\t
loss: "
<<
loss
<<
"
\n\t
this: "
<<
this
);
<<
"
\n\t
this: "
<<
this
);
loss_
pos
=
loss
;
loss_
neg
=
loss
;
}
}
double
get_loss_on_negative_class
(
double
get_loss_on_negative_class
(
...
...
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