diff --git a/dlib/svm/assignment_function.h b/dlib/svm/assignment_function.h index 639623991..4c06ddbd6 100644 --- a/dlib/svm/assignment_function.h +++ b/dlib/svm/assignment_function.h @@ -103,13 +103,6 @@ namespace dlib const std::vector& lhs, const std::vector& rhs ) const - /*! - ensures - - returns a vector A such that: - - A.size() == lhs.size() - - if (A[i] != -1) then - - lhs[i] is predicted to associate to rhs[A[i]] - !*/ { using dlib::sparse_vector::dot; using dlib::dot;