From 525f3a8b31a8bbac1638d5774a65e5230cb1a4ad Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 23 Dec 2010 23:11:34 +0000 Subject: [PATCH] updated docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404026 --- docs/docs/ml.xml | 23 +++++++++++++++++++++++ docs/docs/term_index.xml | 2 ++ 2 files changed, 25 insertions(+) diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index 0827e7a82..df124414d 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -77,6 +77,7 @@ Davis E. King. svm_c_ekm_trainer rvm_trainer krr_trainer + svr_trainer rvm_regression_trainer rbf_network_trainer rank_features @@ -919,6 +920,28 @@ Davis E. King. + + + + svr_trainer + dlib/svm.h + dlib/svm/svr_trainer_abstract.h + +

+ This object implements a trainer for performing epsilon-insensitive support + vector regression. It is implemented using the SMO algorithm. +

+ The implementation of the eps-SVR training algorithm used by this object is based + on the following paper: + + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 92434a8ff..fb1dd3664 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -172,6 +172,7 @@ + @@ -185,6 +186,7 @@ +