Commit 61e7e93a authored by Davis King's avatar Davis King

Fixed errors in the spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404118
parent d311952c
...@@ -19,8 +19,6 @@ namespace dlib ...@@ -19,8 +19,6 @@ namespace dlib
INITIAL VALUE INITIAL VALUE
- get_lambda() == 0 - get_lambda() == 0
- basis_loaded() == false
- get_max_basis_size() == 400
- will_use_regression_loss_for_loo_cv() == true - will_use_regression_loss_for_loo_cv() == true
- get_search_lambdas() == logspace(-9, 2, 50) - get_search_lambdas() == logspace(-9, 2, 50)
- this object will not be verbose unless be_verbose() is called - this object will not be verbose unless be_verbose() is called
...@@ -79,7 +77,9 @@ namespace dlib ...@@ -79,7 +77,9 @@ namespace dlib
) const; ) const;
/*! /*!
ensures ensures
- returns a copy of the kernel function in use by this object - returns a copy of the kernel function in use by this object. Since
the linear kernels don't have any parameters this function just
returns kernel_type()
!*/ !*/
void set_lambda ( void set_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