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
309902b8
Commit
309902b8
authored
Sep 21, 2013
by
Davis King
Browse files
clarified specs
parent
b7030838
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tools/python/src/cca.cpp
tools/python/src/cca.cpp
+6
-0
No files found.
tools/python/src/cca.cpp
View file @
309902b8
...
@@ -113,6 +113,12 @@ ensures \n\
...
@@ -113,6 +113,12 @@ ensures \n\
arguments to cca() to influence the accuracy of the reduced rank
\n
\
arguments to cca() to influence the accuracy of the reduced rank
\n
\
approximation. However, the default values should work fine for most
\n
\
approximation. However, the default values should work fine for most
\n
\
problems.
\n
\
problems.
\n
\
- The dimensions of the output vectors produced by L*#Ltrans or R*#Rtrans are
\n
\
ordered such that the dimensions with the highest correlations come first.
\n
\
That is, after applying the transforms produced by cca() to a set of vectors
\n
\
you will find that dimension 0 has the highest correlation, then dimension 1
\n
\
has the next highest, and so on. This also means that the list of estimated
\n
\
correlations returned from cca() will always be listed in decreasing order.
\n
\
- This function performs the ridge regression version of Canonical Correlation
\n
\
- This function performs the ridge regression version of Canonical Correlation
\n
\
Analysis when regularization is set to a value > 0. In particular, larger
\n
\
Analysis when regularization is set to a value > 0. In particular, larger
\n
\
values indicate the solution should be more heavily regularized. This can be
\n
\
values indicate the solution should be more heavily regularized. This can be
\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