Commit fcd7abff authored by Davis King's avatar Davis King

clarified spec

parent 18d76ceb
...@@ -467,7 +467,8 @@ namespace dlib ...@@ -467,7 +467,8 @@ namespace dlib
) const; ) const;
/*! /*!
ensures 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 - returns the dimension of the column vectors used with this object
- else - else
- returns 0 - returns 0
...@@ -594,7 +595,8 @@ namespace dlib ...@@ -594,7 +595,8 @@ namespace dlib
) const; ) const;
/*! /*!
ensures 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(). - returns the dimension of the x vectors given to this object via add().
- else - else
- returns 0 - returns 0
...@@ -604,7 +606,8 @@ namespace dlib ...@@ -604,7 +606,8 @@ namespace dlib
) const; ) const;
/*! /*!
ensures 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(). - returns the dimension of the y vectors given to this object via add().
- else - else
- returns 0 - returns 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