Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
5e761ca7
Commit
5e761ca7
authored
Jun 01, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified spec
parent
4fae5a5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
cca.cpp
tools/python/src/cca.cpp
+4
-3
No files found.
tools/python/src/cca.cpp
View file @
5e761ca7
...
...
@@ -100,9 +100,10 @@ ensures \n\
- returns a structure containing the Ltrans and Rtrans transformation matrices
\n
\
as well as the estimated correlations between elements of the transformed
\n
\
vectors.
\n
\
- No centering is applied to the L and R matrices. Therefore, if you want a
\n
\
CCA relative to the centered vectors then you must apply centering yourself
\n
\
before calling cca().
\n
\
- This function assumes the data vectors in L and R have already been centered
\n
\
(i.e. we assume the vectors have zero means). However, in many cases it is
\n
\
fine to use uncentered data with cca(). But if it is important for your
\n
\
problem then you should center your data before passing it to cca().
\n
\
- This function works with reduced rank approximations of the L and R matrices.
\n
\
This makes it fast when working with large matrices. In particular, we use
\n
\
the dlib::svd_fast() routine to find reduced rank representations of the input
\n
\
...
...
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