clarified spec

This commit is contained in:
Davis King 2012-12-17 22:42:52 -05:00
parent 1c1c770888
commit e82a93eee7

View File

@ -283,6 +283,8 @@ namespace dlib
// optimizer_state is used to record the internal state of the SVM optimizer. It
// can be used with the following train() routine to warm-start the optimizer.
// Note, that optimizer_state objects are serializable but are otherwise completely
// opaque to the user.
class optimizer_state;
template <