Commit 52de3a0c authored by Davis King's avatar Davis King

Improved cca() documentation.

parent feeb9fae
...@@ -83,6 +83,9 @@ ensures \n\ ...@@ -83,6 +83,9 @@ ensures \n\
- len(R) > 0 \n\ - len(R) > 0 \n\
- len(L) == len(r) \n\ - len(L) == len(r) \n\
- regularization >= 0 \n\ - regularization >= 0 \n\
- L and R must be properly sorted sparse vectors. This means they must list their \n\
elements in ascending index order and not contain duplicate index values. You can use \n\
make_sparse_vector() to ensure this is true. \n\
ensures \n\ ensures \n\
- This function performs a canonical correlation analysis between the vectors \n\ - This function performs a canonical correlation analysis between the vectors \n\
in L and R. That is, it finds two transformation matrices, Ltrans and \n\ in L and R. That is, it finds two transformation matrices, Ltrans and \n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment