Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403560
This commit is contained in:
Davis King 2010-04-02 12:56:57 +00:00
parent d1224ddcc6
commit 3a588a9aa4
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
using namespace std; using namespace std;
using namespace dlib; 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. // 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 // This typedef declares a matrix with 2 rows and 1 column. It will be the

View File

@ -27,7 +27,7 @@ using namespace dlib;
int main() 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. // 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 // This typedef declares a matrix with 2 rows and 1 column. It will be the

View File

@ -27,7 +27,7 @@ using namespace dlib;
int main() 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. // 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 // This typedef declares a matrix with 2 rows and 1 column. It will be the

View File

@ -27,7 +27,7 @@ using namespace dlib;
int main() 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. // 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 // This typedef declares a matrix with 2 rows and 1 column. It will be the