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
849fd0c2
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "a5a2adf1ec18f8ee574378a8ccb54230f79ee997"
Commit
849fd0c2
authored
Dec 26, 2011
by
Davis King
Browse files
Made the spec a little clearer.
parent
ffa0ae4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/statistics/statistics_abstract.h
dlib/statistics/statistics_abstract.h
+4
-4
No files found.
dlib/statistics/statistics_abstract.h
View file @
849fd0c2
...
@@ -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());
!*/
!*/
...
...
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