Commit add20d39 authored by Davis King's avatar Davis King

fixed a typo in the spec

parent 6c34e655
......@@ -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.
......
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