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
8904db50
Commit
8904db50
authored
May 20, 2011
by
Davis King
Browse files
Added a bunch of unit tests for the various forms of structured svm.
parent
8c03fbd6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
619 additions
and
0 deletions
+619
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
dlib/test/makefile
dlib/test/makefile
+1
-0
dlib/test/svm_struct.cpp
dlib/test/svm_struct.cpp
+617
-0
No files found.
dlib/test/CMakeLists.txt
View file @
8904db50
...
@@ -101,6 +101,7 @@ set (tests
...
@@ -101,6 +101,7 @@ set (tests
svm_c_linear.cpp
svm_c_linear.cpp
svm.cpp
svm.cpp
svm_multiclass_linear.cpp
svm_multiclass_linear.cpp
svm_struct.cpp
symmetric_matrix_cache.cpp
symmetric_matrix_cache.cpp
thread_pool.cpp
thread_pool.cpp
threads.cpp
threads.cpp
...
...
dlib/test/makefile
View file @
8904db50
...
@@ -111,6 +111,7 @@ SRC += string.cpp
...
@@ -111,6 +111,7 @@ SRC += string.cpp
SRC
+=
svm_c_linear.cpp
SRC
+=
svm_c_linear.cpp
SRC
+=
svm.cpp
SRC
+=
svm.cpp
SRC
+=
svm_multiclass_linear.cpp
SRC
+=
svm_multiclass_linear.cpp
SRC
+=
svm_struct.cpp
SRC
+=
symmetric_matrix_cache.cpp
SRC
+=
symmetric_matrix_cache.cpp
SRC
+=
thread_pool.cpp
SRC
+=
thread_pool.cpp
SRC
+=
threads.cpp
SRC
+=
threads.cpp
...
...
dlib/test/svm_struct.cpp
0 → 100644
View file @
8904db50
This diff is collapsed.
Click to expand it.
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