Commit 3d3ab90c authored by Davis King's avatar Davis King

Fixed incorrect ensures clause in the pegasos clear() function.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403141
parent 6e88b157
......@@ -88,9 +88,11 @@ namespace dlib
ensures
- #get_train_count() == 0
- clears out any memory of previous calls to train()
- #get_lambda() == get_lambda()
- #get_tolerance() == get_tolerance()
- #get_kernel() == get_kernel()
- doesn't change any of the algorithm parameters. I.e.
- #get_lambda() == get_lambda()
- #get_tolerance() == get_tolerance()
- #get_kernel() == get_kernel()
- #get_max_num_sv() == get_max_num_sv()
!*/
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