From edca3eca59977273ca0f7a23b20d0f7faa027a55 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 5 Jul 2008 17:32:04 +0000 Subject: [PATCH] Made the specs more clear --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402378 --- dlib/svm/kkmeans_abstract.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlib/svm/kkmeans_abstract.h b/dlib/svm/kkmeans_abstract.h index 74fdbf4f1..e676bbdbf 100644 --- a/dlib/svm/kkmeans_abstract.h +++ b/dlib/svm/kkmeans_abstract.h @@ -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)