From 51d2f96631afe1a89cc6526c306267dfd744fd71 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 5 Mar 2010 13:32:32 +0000 Subject: [PATCH] Slight improvement to spec --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403528 --- dlib/svm/svm_c_linear_trainer_abstract.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/svm/svm_c_linear_trainer_abstract.h b/dlib/svm/svm_c_linear_trainer_abstract.h index 9469aff54..a3832232c 100644 --- a/dlib/svm/svm_c_linear_trainer_abstract.h +++ b/dlib/svm/svm_c_linear_trainer_abstract.h @@ -7,6 +7,7 @@ #include "../algs.h" #include "function_abstract.h" #include "kernel_abstract.h" +#include "sparse_kernel_abstract.h" namespace dlib { @@ -17,8 +18,7 @@ namespace dlib { /*! REQUIREMENTS ON K - Is either linear_kernel or sparse_linear_kernel. If you use a sparse_linear_kernel - then it must operate on sparse vectors that use unsigned integral keys. + Is either linear_kernel or sparse_linear_kernel. WHAT THIS OBJECT REPRESENTS This object represents a tool for training the C formulation of