mirror of https://github.com/davisking/dlib.git
Fixed grammar
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403180
This commit is contained in:
parent
8df2338af5
commit
49f2050c9a
|
@ -20,7 +20,7 @@ namespace dlib
|
||||||
{
|
{
|
||||||
/*!
|
/*!
|
||||||
This object represents a weighted sum of sample points in a kernel induced
|
This object represents a weighted sum of sample points in a kernel induced
|
||||||
feature space. It can be used to kernelized any algorithm that requires only
|
feature space. It can be used to kernelize any algorithm that requires only
|
||||||
the ability to perform vector addition, subtraction, scalar multiplication,
|
the ability to perform vector addition, subtraction, scalar multiplication,
|
||||||
and inner products. It uses the sparsification technique described in the
|
and inner products. It uses the sparsification technique described in the
|
||||||
paper The Kernel Recursive Least Squares Algorithm by Yaakov Engel.
|
paper The Kernel Recursive Least Squares Algorithm by Yaakov Engel.
|
||||||
|
|
Loading…
Reference in New Issue