Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403560
pull/2/head
Davis King 15 years ago
parent d1224ddcc6
commit 3a588a9aa4

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save