mirror of https://github.com/davisking/dlib.git
Slight improvement to spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403528
This commit is contained in:
parent
e1f3b0e711
commit
51d2f96631
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue