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.