mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
made comment more clear
This commit is contained in:
parent
dc4d537122
commit
3bcd9df592
@ -226,8 +226,8 @@ void make_data (
|
||||
std::vector<column_vector> rhs;
|
||||
label_type mapping;
|
||||
|
||||
// In all the assignments to follow, we will only say an element of LHS
|
||||
// matches an element of RHS if the two are equal. So A matches with A,
|
||||
// In all the assignments to follow, we will only say an element of the LHS
|
||||
// matches an element of the RHS if the two are equal. So A matches with A,
|
||||
// B with B, etc. But never A with C, for example.
|
||||
// ------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user