Slight improvement to spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403528
This commit is contained in:
Davis King 2010-03-05 13:32:32 +00:00
parent e1f3b0e711
commit 51d2f96631
1 changed files with 2 additions and 2 deletions

View File

@ -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