Clarified spec

This commit is contained in:
Davis King 2011-12-03 11:44:55 -05:00
parent ad50b677c3
commit 381a73a26d
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ namespace dlib
from the entire input sequence x but only part of the label sequence y. from the entire input sequence x but only part of the label sequence y.
Each of these constituent feature vectors is defined by the get_features() Each of these constituent feature vectors is defined by the get_features()
method of this class. method of this class.
THREAD SAFETY
Instances of this object should be thread safe, that is, it should
be safe for multiple threads to make concurrent calls to the member
functions of this object.
!*/ !*/
public: public: