mirror of https://github.com/davisking/dlib.git
clarified spec
This commit is contained in:
parent
2b7b216f7c
commit
ed9bd6376e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue