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
fd0de230
Commit
fd0de230
authored
Aug 24, 2011
by
Davis King
Browse files
Fixing incorrect print statement.
parent
69839d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/svm/rr_trainer.h
dlib/svm/rr_trainer.h
+3
-3
No files found.
dlib/svm/rr_trainer.h
View file @
fd0de230
...
@@ -395,11 +395,11 @@ namespace dlib
...
@@ -395,11 +395,11 @@ namespace dlib
if
(
verbose
&&
did_loov
)
if
(
verbose
&&
did_loov
)
{
{
using
namespace
std
;
using
namespace
std
;
cout
<<
"Using lambda:
"
<<
the_lambda
<<
endl
;
cout
<<
"Using lambda: "
<<
the_lambda
<<
endl
;
if
(
use_regression_loss
)
if
(
use_regression_loss
)
cout
<<
"LOO Mean Squared Error:
"
<<
best_looe
<<
endl
;
cout
<<
"LOO Mean Squared Error: "
<<
best_looe
<<
endl
;
else
else
cout
<<
"LOO Classification
Accuracy
: "
<<
best_looe
<<
endl
;
cout
<<
"LOO Classification
Error
: "
<<
best_looe
<<
endl
;
}
}
// convert w into a proper decision function
// convert w into a proper decision function
...
...
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