Commit ed9bd637 authored by Davis King's avatar Davis King

clarified spec

parent 2b7b216f
...@@ -25,7 +25,7 @@ namespace dlib ...@@ -25,7 +25,7 @@ namespace dlib
ensures ensures
- This function treats L and R as sequences of paired row vectors. It - This function treats L and R as sequences of paired row vectors. It
then computes the correlation values between the elements of these then computes the correlation values between the elements of these
row vectors. In particular, we return a matrix COR such that: row vectors. In particular, we return a vector COR such that:
- COR.size() == L.nc() - COR.size() == L.nc()
- for all valid i: - for all valid i:
- COR(i) == the correlation coefficient between the following - COR(i) == the correlation coefficient between the following
......
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