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
2c03e133
Commit
2c03e133
authored
Feb 09, 2014
by
Davis King
Browse files
Renamed one of the unit tests functions because it was often an
auto-completion based on ctags, which is annoying.
parent
8cb50b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/test/svm.cpp
dlib/test/svm.cpp
+4
-4
No files found.
dlib/test/svm.cpp
View file @
2c03e133
...
...
@@ -388,14 +388,14 @@ namespace
// ----------------------------------------------------------------------------------------
void
test_binary_classification
(
void
unit
test_binary_classification
(
)
/*!
ensures
- runs tests on the svm stuff compliance with the specs
!*/
{
dlog
<<
LINFO
<<
" begin test_binary_classification()"
;
dlog
<<
LINFO
<<
" begin
unit
test_binary_classification()"
;
print_spinner
();
...
...
@@ -526,7 +526,7 @@ namespace
DLIB_TEST_MSG
(
mean
(
svm_cv
)
>
0.9
,
svm_cv
);
DLIB_TEST
(
df
.
basis_vectors
.
size
()
<=
19
);
dlog
<<
LINFO
<<
" end test_binary_classification()"
;
dlog
<<
LINFO
<<
" end
unit
test_binary_classification()"
;
}
// ----------------------------------------------------------------------------------------
...
...
@@ -648,7 +648,7 @@ namespace
)
{
test_kernel_derivative
();
test_binary_classification
();
unit
test_binary_classification
();
test_clutering
();
test_regression
();
test_anomaly_detection
();
...
...
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