Commit 6d4f5b49 authored by Davis King's avatar Davis King

clarified cca spec

parent 6df9cb18
...@@ -115,7 +115,9 @@ namespace dlib ...@@ -115,7 +115,9 @@ namespace dlib
- num_correlations > 0 - num_correlations > 0
- L.size() == R.size() - L.size() == R.size()
- max_index_plus_one(L) > 0 && max_index_plus_one(R) > 0 - max_index_plus_one(L) > 0 && max_index_plus_one(R) > 0
(i.e. L and R can't be a empty matrices) (i.e. L and R can't represent empty matrices)
- L and R must contain sparse vectors (see the top of dlib/svm/sparse_vector_abstract.h
for a definition of sparse vector)
ensures ensures
- This is just an overload of the cca() function defined above. Except in this - This is just an overload of the cca() function defined above. Except in this
case we take a sparse representation of the input L and R matrices rather than case we take a sparse representation of the input L and R matrices rather than
......
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