Updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403597
This commit is contained in:
Davis King 2010-05-13 00:58:05 +00:00
parent c83c958941
commit a89711055e
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ namespace dlib
Regarding methods to select a set of basis samples, if you are working with only a
few thousand samples then you can just use all of them as basis samples.
Alternatively, the linearly_independent_subset_finder often works well for
selecting a basis set. Some people also find that picking a random subset
works fine.
selecting a basis set. I also find that picking a random subset typically works
well.
The empirical kernel map is something that has been around in the kernel methods