mirror of https://github.com/davisking/dlib.git
Fixed grammar.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403560
This commit is contained in:
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…
Reference in New Issue