Commit 69965b22 authored by Davis King's avatar Davis King

Added citation

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403762
parent 2da4c89d
...@@ -46,6 +46,11 @@ namespace dlib ...@@ -46,6 +46,11 @@ namespace dlib
It is implemented using the empirical_kernel_map and thus allows you It is implemented using the empirical_kernel_map and thus allows you
to run the algorithm on large datasets and obtain sparse outputs. It is also to run the algorithm on large datasets and obtain sparse outputs. It is also
capable of estimating the lambda parameter using leave-one-out cross-validation. capable of estimating the lambda parameter using leave-one-out cross-validation.
The leave-one-out cross-validation implementation is based on the techniques
discussed in this paper:
Notes on Regularized Least Squares by Ryan M. Rifkin and Ross A. Lippert.
!*/ !*/
public: public:
......
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