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
/*!
ensures
- #get_train_count() == 0
- This object has the state is had just after it was constructed
(e.g. clears out any memory of previous calls to train())
- 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 (
......
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