From 3a588a9aa4555815a347d97702719d9d64e76525 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 2 Apr 2010 12:56:57 +0000 Subject: [PATCH] Fixed grammar. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403560 --- examples/model_selection_ex.cpp | 2 +- examples/rvm_ex.cpp | 2 +- examples/svm_ex.cpp | 2 +- examples/svm_pegasos_ex.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/model_selection_ex.cpp b/examples/model_selection_ex.cpp index 1994a914a..92208abae 100644 --- a/examples/model_selection_ex.cpp +++ b/examples/model_selection_ex.cpp @@ -25,7 +25,7 @@ using namespace std; using namespace dlib; -// The svm functions use column vectors to contain a lot of the data on which they they +// The svm functions use column vectors to contain a lot of the data on which they // operate. So the first thing we do here is declare a convenient typedef. // This typedef declares a matrix with 2 rows and 1 column. It will be the diff --git a/examples/rvm_ex.cpp b/examples/rvm_ex.cpp index dfc8434d2..de2202984 100644 --- a/examples/rvm_ex.cpp +++ b/examples/rvm_ex.cpp @@ -27,7 +27,7 @@ using namespace dlib; int main() { - // The rvm functions use column vectors to contain a lot of the data on which they they + // The rvm functions use column vectors to contain a lot of the data on which they // operate. So the first thing we do here is declare a convenient typedef. // This typedef declares a matrix with 2 rows and 1 column. It will be the diff --git a/examples/svm_ex.cpp b/examples/svm_ex.cpp index 69c4933f3..868a8e031 100644 --- a/examples/svm_ex.cpp +++ b/examples/svm_ex.cpp @@ -27,7 +27,7 @@ using namespace dlib; int main() { - // The svm functions use column vectors to contain a lot of the data on which they they + // The svm functions use column vectors to contain a lot of the data on which they // operate. So the first thing we do here is declare a convenient typedef. // This typedef declares a matrix with 2 rows and 1 column. It will be the diff --git a/examples/svm_pegasos_ex.cpp b/examples/svm_pegasos_ex.cpp index 62cade4b1..8f8668faa 100644 --- a/examples/svm_pegasos_ex.cpp +++ b/examples/svm_pegasos_ex.cpp @@ -27,7 +27,7 @@ using namespace dlib; int main() { - // The svm functions use column vectors to contain a lot of the data on which they they + // The svm functions use column vectors to contain a lot of the data on which they // operate. So the first thing we do here is declare a convenient typedef. // This typedef declares a matrix with 2 rows and 1 column. It will be the