Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8904db50
Commit
8904db50
authored
May 21, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a bunch of unit tests for the various forms of structured svm.
parent
8c03fbd6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
makefile
dlib/test/makefile
+1
-0
svm_struct.cpp
dlib/test/svm_struct.cpp
+0
-0
No files found.
dlib/test/CMakeLists.txt
View file @
8904db50
...
...
@@ -101,6 +101,7 @@ set (tests
svm_c_linear.cpp
svm.cpp
svm_multiclass_linear.cpp
svm_struct.cpp
symmetric_matrix_cache.cpp
thread_pool.cpp
threads.cpp
...
...
dlib/test/makefile
View file @
8904db50
...
...
@@ -111,6 +111,7 @@ SRC += string.cpp
SRC
+=
svm_c_linear.cpp
SRC
+=
svm.cpp
SRC
+=
svm_multiclass_linear.cpp
SRC
+=
svm_struct.cpp
SRC
+=
symmetric_matrix_cache.cpp
SRC
+=
thread_pool.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