fixed a typo in the spec

This commit is contained in:
Davis King 2014-04-02 19:49:24 -04:00
parent 6c34e6555c
commit add20d3953
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ namespace dlib
properties:
- Z == The result of applying the linear transform we learned during
train() to the input vector x.
- Z == transformed()*x-transformed_means()
- Z == transform()*x-transformed_means()
- is_col_vector(Z) == true
- Z.size() == x.size()
- The expected value of each element of Z is 0.