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
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "48702dd149360fbffc83043a3010ae8bc5246809"
Commit
fd0de230
authored
Aug 24, 2011
by
Davis King
Browse files
Fixing incorrect print statement.
parent
69839d40
Changes
1
Show 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
...
@@ -399,7 +399,7 @@ namespace dlib
...
@@ -399,7 +399,7 @@ namespace dlib
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