clarified spec

This commit is contained in:
Davis King 2013-01-20 14:01:43 -05:00
parent 2b7b216f7c
commit ed9bd6376e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace dlib
ensures
- This function treats L and R as sequences of paired row vectors. It
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()
- for all valid i:
- COR(i) == the correlation coefficient between the following