Commit 51d2f966 authored by Davis King's avatar Davis King

Slight improvement to spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403528
parent e1f3b0e7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment