mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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 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;
|
|||||||
|
|
||||||
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;
|
|||||||
|
|
||||||
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;
|
|||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user