Commit 5f08c065 authored by Davis King's avatar Davis King

made spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403889
parent fd31f948
......@@ -37,8 +37,8 @@ namespace dlib
- vect3_type == a matrix or something convertible to a matrix via vector_to_matrix()
ensures
- A kernel based learning method ultimately needs to select a set of basis functions
represented by a particular choice of kernel function and a set of basis vectors.
This function attempts to order the elements of basis so that elements which are
represented by a particular choice of kernel and a set of basis vectors.
sort_basis_vectors() attempts to order the elements of basis so that elements which are
most useful in solving the binary classification problem defined by samples and
labels come first.
- In particular, this function returns a std::vector, SB, of sorted basis vectors such that:
......
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