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
560e5a46
Commit
560e5a46
authored
Dec 11, 2011
by
Davis@potato-xp.localnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed code so it compiles in visual studio 2010
parent
d89d784a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
structural_svm_assignment_problem.h
dlib/svm/structural_svm_assignment_problem.h
+1
-0
assignment_learning.cpp
dlib/test/assignment_learning.cpp
+3
-2
No files found.
dlib/svm/structural_svm_assignment_problem.h
View file @
560e5a46
...
...
@@ -7,6 +7,7 @@
#include "structural_svm_assignment_problem_abstract.h"
#include "../matrix.h"
#include <vector>
#include <iterator>
#include "structural_svm_problem_threaded.h"
// ----------------------------------------------------------------------------------------
...
...
dlib/test/assignment_learning.cpp
View file @
560e5a46
...
...
@@ -11,6 +11,9 @@
#include <dlib/rand.h>
typedef
dlib
::
matrix
<
double
,
3
,
1
>
lhs_element
;
typedef
dlib
::
matrix
<
double
,
3
,
1
>
rhs_element
;
namespace
{
using
namespace
test
;
...
...
@@ -21,8 +24,6 @@ namespace
// ----------------------------------------------------------------------------------------
typedef
matrix
<
double
,
3
,
1
>
lhs_element
;
typedef
matrix
<
double
,
3
,
1
>
rhs_element
;
// ----------------------------------------------------------------------------------------
...
...
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