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
b7030838
Commit
b7030838
authored
Sep 21, 2013
by
Davis King
Browse files
clarified spec
parent
9dd7488b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/statistics/cca_abstract.h
dlib/statistics/cca_abstract.h
+6
-0
No files found.
dlib/statistics/cca_abstract.h
View file @
b7030838
...
@@ -91,6 +91,12 @@ namespace dlib
...
@@ -91,6 +91,12 @@ namespace dlib
function will deviate from compute_correlations(L*#Ltrans, R*#Rtrans). This
function will deviate from compute_correlations(L*#Ltrans, R*#Rtrans). This
deviation can be used to check if the reduced rank approximation is working
deviation can be used to check if the reduced rank approximation is working
or you need to increase extra_rank.
or you need to increase extra_rank.
- The dimensions of the output vectors produced by L*#Ltrans or R*#Rtrans are
ordered such that the dimensions with the highest correlations come first.
That is, after applying the transforms produced by cca() to a set of vectors
you will find that dimension 0 has the highest correlation, then dimension 1
has the next highest, and so on. This also means that the list of numbers
returned from cca() will always be listed in decreasing order.
- This function performs the ridge regression version of Canonical Correlation
- This function performs the ridge regression version of Canonical Correlation
Analysis when regularization is set to a value > 0. In particular, larger
Analysis when regularization is set to a value > 0. In particular, larger
values indicate the solution should be more heavily regularized. This can be
values indicate the solution should be more heavily regularized. This can be
...
...
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