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
4fae5a5a
Commit
4fae5a5a
authored
Jun 01, 2013
by
Davis King
Browse files
Clarified spec
parent
8c91f4db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
dlib/statistics/cca_abstract.h
dlib/statistics/cca_abstract.h
+4
-3
No files found.
dlib/statistics/cca_abstract.h
View file @
4fae5a5a
...
@@ -72,9 +72,10 @@ namespace dlib
...
@@ -72,9 +72,10 @@ namespace dlib
- #Ltrans.nc() == N
- #Ltrans.nc() == N
- #Rtrans.nr() == R.nc()
- #Rtrans.nr() == R.nc()
- #Rtrans.nc() == N
- #Rtrans.nc() == N
- No centering is applied to the L and R matrices. Therefore, if you want a
- This function assumes the data vectors in L and R have already been centered
CCA relative to the centered vectors then you must apply centering yourself
(i.e. we assume the vectors have zero means). However, in many cases it is
before calling cca().
fine to use uncentered data with cca(). But if it is important for your
problem then you should center your data before passing it to cca().
- This function works with reduced rank approximations of the L and R matrices.
- This function works with reduced rank approximations of the L and R matrices.
This makes it fast when working with large matrices. In particular, we use
This makes it fast when working with large matrices. In particular, we use
the svd_fast() routine to find reduced rank representations of the input
the svd_fast() routine to find reduced rank representations of the input
...
...
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