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
b5e46c70
Commit
b5e46c70
authored
Dec 18, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added unit tests for the new svm_c_linear_dcd_trainer object.
parent
f9805be8
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_c_linear_dcd.cpp
dlib/test/svm_c_linear_dcd.cpp
+0
-0
No files found.
dlib/test/CMakeLists.txt
View file @
b5e46c70
...
...
@@ -116,6 +116,7 @@ set (tests
std_vector_c.cpp
string.cpp
svm_c_linear.cpp
svm_c_linear_dcd.cpp
svm.cpp
svm_multiclass_linear.cpp
svm_struct.cpp
...
...
dlib/test/makefile
View file @
b5e46c70
...
...
@@ -131,6 +131,7 @@ SRC += statistics.cpp
SRC
+=
std_vector_c.cpp
SRC
+=
string.cpp
SRC
+=
svm_c_linear.cpp
SRC
+=
svm_c_linear_dcd.cpp
SRC
+=
svm.cpp
SRC
+=
svm_multiclass_linear.cpp
SRC
+=
svm_struct.cpp
...
...
dlib/test/svm_c_linear_dcd.cpp
0 → 100644
View file @
b5e46c70
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