Commit edca3eca authored by Davis King's avatar Davis King

Made the specs more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402378
parent 8284d6b0
......@@ -109,6 +109,8 @@ namespace dlib
);
/*!
requires
- matrix_type and matrix_type2 must either be dlib::matrix objects or convertable to dlib::matrix
via vector_to_matrix()
- matrix_type::type == sample_type (i.e. matrix_type should contain sample_type objects)
- matrix_type2::type == sample_type (i.e. matrix_type2 should contain sample_type objects)
- initial_centers.nc() == 1 (i.e. must be a column vector)
......
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