Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
add20d39
Commit
add20d39
authored
Apr 02, 2014
by
Davis King
Browse files
fixed a typo in the spec
parent
6c34e655
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/statistics/vector_normalizer_frobmetric_abstract.h
dlib/statistics/vector_normalizer_frobmetric_abstract.h
+1
-1
No files found.
dlib/statistics/vector_normalizer_frobmetric_abstract.h
View file @
add20d39
...
@@ -265,7 +265,7 @@ namespace dlib
...
@@ -265,7 +265,7 @@ namespace dlib
properties:
properties:
- Z == The result of applying the linear transform we learned during
- Z == The result of applying the linear transform we learned during
train() to the input vector x.
train() to the input vector x.
- Z == transform
ed
()*x-transformed_means()
- Z == transform()*x-transformed_means()
- is_col_vector(Z) == true
- is_col_vector(Z) == true
- Z.size() == x.size()
- Z.size() == x.size()
- The expected value of each element of Z is 0.
- The expected value of each element of Z is 0.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment