From 49f2050c9ac2a5d886ee7584e795c0e81ef77f15 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 1 Sep 2009 00:22:04 +0000 Subject: [PATCH] Fixed grammar --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403180 --- dlib/svm/kcentroid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/svm/kcentroid.h b/dlib/svm/kcentroid.h index 63ceab324..6afa2c23c 100644 --- a/dlib/svm/kcentroid.h +++ b/dlib/svm/kcentroid.h @@ -20,7 +20,7 @@ namespace dlib { /*! 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, and inner products. It uses the sparsification technique described in the paper The Kernel Recursive Least Squares Algorithm by Yaakov Engel.