Commit 8fed4f4c authored by Davis King's avatar Davis King

Made the spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402913
parent 61e6230c
...@@ -83,8 +83,10 @@ namespace dlib ...@@ -83,8 +83,10 @@ namespace dlib
/*! /*!
ensures ensures
- #get_train_count() == 0 - #get_train_count() == 0
- This object has the state is had just after it was constructed - clears out any memory of previous calls to train()
(e.g. clears out any memory of previous calls to train()) - #get_lambda() == get_lambda()
- #get_tolerance() == get_tolerance()
- #get_kernel() == get_kernel()
!*/ !*/
const scalar_type get_lambda ( const scalar_type get_lambda (
......
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