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
93709d03
Commit
93709d03
authored
Dec 03, 2011
by
Davis King
Browse files
removed cruft
parent
2ecf811d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
dlib/svm/assignment_function.h
dlib/svm/assignment_function.h
+0
-7
No files found.
dlib/svm/assignment_function.h
View file @
93709d03
...
@@ -103,13 +103,6 @@ namespace dlib
...
@@ -103,13 +103,6 @@ namespace dlib
const
std
::
vector
<
lhs_element
>&
lhs
,
const
std
::
vector
<
lhs_element
>&
lhs
,
const
std
::
vector
<
rhs_element
>&
rhs
const
std
::
vector
<
rhs_element
>&
rhs
)
const
)
const
/*!
ensures
- returns a vector A such that:
- A.size() == lhs.size()
- if (A[i] != -1) then
- lhs[i] is predicted to associate to rhs[A[i]]
!*/
{
{
using
dlib
::
sparse_vector
::
dot
;
using
dlib
::
sparse_vector
::
dot
;
using
dlib
::
dot
;
using
dlib
::
dot
;
...
...
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