From 94067a7666776e664f36580190850a309f587e22 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 3 Jun 2011 22:22:27 -0400 Subject: [PATCH] Updated docs --- docs/docs/ml.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index 9f57ae6ef..f9e7c4c53 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -31,7 +31,8 @@ programming approach using C++ templates. In particular, each algorithm is parameterized to allow a user to supply either one of the predefined dlib kernels (e.g. RBF operating - on column vectors), or a new user defined kernel. + on column vectors), or a new + user defined kernel. Moreover, the implementations of the algorithms are totally separated from the data on which they operate. This makes the dlib implementation generic enough to operate on any kind of data, be it column vectors, images, or some other form of structured data.