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
fcd7abff
Commit
fcd7abff
authored
Jun 15, 2013
by
Davis King
Browse files
clarified spec
parent
18d76ceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
dlib/statistics/statistics_abstract.h
dlib/statistics/statistics_abstract.h
+6
-3
No files found.
dlib/statistics/statistics_abstract.h
View file @
fcd7abff
...
...
@@ -467,7 +467,8 @@ namespace dlib
)
const
;
/*!
ensures
- if (this object has been presented with any input vectors) then
- if (this object has been presented with any input vectors or
set_dimension() has been called) then
- returns the dimension of the column vectors used with this object
- else
- returns 0
...
...
@@ -594,7 +595,8 @@ namespace dlib
)
const
;
/*!
ensures
- if (this object has been presented with any input vectors) then
- if (this object has been presented with any input vectors or
set_dimensions() has been called) then
- returns the dimension of the x vectors given to this object via add().
- else
- returns 0
...
...
@@ -604,7 +606,8 @@ namespace dlib
)
const
;
/*!
ensures
- if (this object has been presented with any input vectors) then
- if (this object has been presented with any input vectors or
set_dimensions() has been called) then
- returns the dimension of the y vectors given to this object via add().
- else
- returns 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