From 409d9403828c655c19fe09ef313abf9f6eb709a2 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 19 Oct 2009 02:55:39 +0000 Subject: [PATCH] updated the docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403257 --- docs/docs/algorithms.xml | 5 +++++ docs/docs/main_menu.xml | 4 ++++ docs/docs/ml.xml | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/docs/docs/algorithms.xml b/docs/docs/algorithms.xml index 143ed172b..41dadd61a 100644 --- a/docs/docs/algorithms.xml +++ b/docs/docs/algorithms.xml @@ -382,6 +382,7 @@ optimization_ex.cpp.html + model_selection_ex.cpp.html @@ -404,6 +405,10 @@ function.

+ + optimization_ex.cpp.html + model_selection_ex.cpp.html + diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml index 3e7483b9f..7f208e90e 100644 --- a/docs/docs/main_menu.xml +++ b/docs/docs/main_menu.xml @@ -149,6 +149,10 @@ Support_Vector_Machine svm_ex.cpp.html + + Model_Selection + model_selection_ex.cpp.html + Online_SVM svm_pegasos_ex.cpp.html diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index bfdf35e8e..a62eefd47 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -20,6 +20,8 @@

A good tutorial and introduction to the general concepts used by most of the objects in this part of the library can be found in the svm example program. + After reading this example another good one to consult would be the model selection + example program.

@@ -505,6 +507,7 @@ Davis E. King. svm_ex.cpp.html + model_selection_ex.cpp.html @@ -1061,6 +1064,7 @@ Davis E. King. svm_ex.cpp.html + model_selection_ex.cpp.html