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
8e82a235
Commit
8e82a235
authored
Nov 24, 2012
by
Davis King
Browse files
clarified spec
parent
f3b154df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dlib/svm/sparse_vector_abstract.h
dlib/svm/sparse_vector_abstract.h
+3
-2
No files found.
dlib/svm/sparse_vector_abstract.h
View file @
8e82a235
...
@@ -508,8 +508,8 @@ namespace dlib
...
@@ -508,8 +508,8 @@ namespace dlib
- v is an unsorted sparse vector
- v is an unsorted sparse vector
ensures
ensures
- returns a copy of v which is a sparse vector.
- returns a copy of v which is a sparse vector.
(i.e. it will be properly sorted and not have any duplicate
(i.e. it will be properly sorted and not have any duplicate
key values but
key values
).
will still logically represent the same vector
).
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
@@ -661,6 +661,7 @@ namespace dlib
...
@@ -661,6 +661,7 @@ namespace dlib
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
}
}
#endif // DLIB_SVm_SPARSE_VECTOR_ABSTRACT_
#endif // DLIB_SVm_SPARSE_VECTOR_ABSTRACT_
...
...
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