Commit e8f1f25d authored by Davis King's avatar Davis King

Clarified spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403409
parent 22b57240
...@@ -257,7 +257,7 @@ namespace dlib ...@@ -257,7 +257,7 @@ namespace dlib
samples given to the load() function. Note further that the distance computed samples given to the load() function. Note further that the distance computed
by DF(S) is always the correct distance in kernel feature space between vect and by DF(S) is always the correct distance in kernel feature space between vect and
the true projection of S. That is, the above equality is approximate only because the true projection of S. That is, the above equality is approximate only because
of potential error in the project() function. of potential error in the project() function, not in DF(S).
- DF.kernel_function == get_kernel() - DF.kernel_function == get_kernel()
- DF.b == dot(vect,vect) - DF.b == dot(vect,vect)
- DF.basis_vectors == these will be the basis samples given to the previous call to load(). Note - DF.basis_vectors == these will be the basis samples given to the previous call to load(). Note
......
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