Commit 849fd0c2 authored by Davis King's avatar Davis King

Made the spec a little clearer.

parent ffa0ae4c
...@@ -620,8 +620,8 @@ namespace dlib ...@@ -620,8 +620,8 @@ namespace dlib
following properties: following properties:
- Z.nr() == out_vector_size() - Z.nr() == out_vector_size()
- Z.nc() == 1 - Z.nc() == 1
- the expected value of each element of Z is 0 - the mean of each element of Z is 0
- the expected variance of each element of Z is 1 - the variance of each element of Z is 1
- Z == pointwise_multiply(x-means(), std_devs()); - Z == pointwise_multiply(x-means(), std_devs());
!*/ !*/
...@@ -796,8 +796,8 @@ namespace dlib ...@@ -796,8 +796,8 @@ namespace dlib
following properties: following properties:
- Z.nr() == out_vector_size() - Z.nr() == out_vector_size()
- Z.nc() == 1 - Z.nc() == 1
- the expected value of each element of Z is 0 - the mean of each element of Z is 0
- the expected variance of each element of Z is 1 - the variance of each element of Z is 1
- Z == pca_matrix()*pointwise_multiply(x-means(), std_devs()); - Z == pca_matrix()*pointwise_multiply(x-means(), std_devs());
!*/ !*/
......
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