Commit 3a588a9a authored by Davis King's avatar Davis King

Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403560
parent d1224ddc
...@@ -25,7 +25,7 @@ ...@@ -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
......
...@@ -27,7 +27,7 @@ using namespace dlib; ...@@ -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
......
...@@ -27,7 +27,7 @@ using namespace dlib; ...@@ -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
......
...@@ -27,7 +27,7 @@ using namespace dlib; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment