Commit 7fa878f4 authored by Davis King's avatar Davis King

Made the spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402410
parent 30a937ce
...@@ -34,11 +34,10 @@ namespace dlib ...@@ -34,11 +34,10 @@ namespace dlib
centroid indicate dissimilarity/anomalous points). centroid indicate dissimilarity/anomalous points).
Also note that the algorithm internally keeps a set of "dictionary vectors" Also note that the algorithm internally keeps a set of "dictionary vectors"
that are used to represent the regression function. You can force the that are used to represent the centroid. You can force the algorithm to use
algorithm to use no more than a set number of vectors by setting no more than a set number of vectors by setting the 3rd constructor argument
the 3rd constructor argument to whatever you want. However, note that to whatever you want. However, note that doing this causes the algorithm
doing this causes the algorithm to bias it's results towards more to bias it's results towards more recent training examples.
recent training examples.
!*/ !*/
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