mirror of https://github.com/davisking/dlib.git
Made the specs more clear
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402378
This commit is contained in:
parent
8284d6b03c
commit
edca3eca59
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue