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.