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
ed9bd637
Commit
ed9bd637
authored
Jan 20, 2013
by
Davis King
Browse files
clarified spec
parent
2b7b216f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/statistics/cca_abstract.h
dlib/statistics/cca_abstract.h
+1
-1
No files found.
dlib/statistics/cca_abstract.h
View file @
ed9bd637
...
@@ -25,7 +25,7 @@ namespace dlib
...
@@ -25,7 +25,7 @@ namespace dlib
ensures
ensures
- This function treats L and R as sequences of paired row vectors. It
- This function treats L and R as sequences of paired row vectors. It
then computes the correlation values between the elements of these
then computes the correlation values between the elements of these
row vectors. In particular, we return a
matrix
COR such that:
row vectors. In particular, we return a
vector
COR such that:
- COR.size() == L.nc()
- COR.size() == L.nc()
- for all valid i:
- for all valid i:
- COR(i) == the correlation coefficient between the following
- COR(i) == the correlation coefficient between the following
...
...
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