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
6d4f5b49
"examples/vscode:/vscode.git/clone" did not exist on "d82b032319984bad3bf3a897f4826773dd422144"
Commit
6d4f5b49
authored
Mar 02, 2013
by
Davis King
Browse files
clarified cca spec
parent
6df9cb18
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/statistics/cca_abstract.h
dlib/statistics/cca_abstract.h
+3
-1
No files found.
dlib/statistics/cca_abstract.h
View file @
6d4f5b49
...
...
@@ -115,7 +115,9 @@ namespace dlib
- num_correlations > 0
- L.size() == R.size()
- max_index_plus_one(L) > 0 && max_index_plus_one(R) > 0
(i.e. L and R can't be a empty matrices)
(i.e. L and R can't represent empty matrices)
- L and R must contain sparse vectors (see the top of dlib/svm/sparse_vector_abstract.h
for a definition of sparse vector)
ensures
- This is just an overload of the cca() function defined above. Except in this
case we take a sparse representation of the input L and R matrices rather than
...
...
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