Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3bcd9df5
Commit
3bcd9df5
authored
Dec 11, 2011
by
Davis King
Browse files
made comment more clear
parent
dc4d5371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/assignment_learning_ex.cpp
examples/assignment_learning_ex.cpp
+2
-2
No files found.
examples/assignment_learning_ex.cpp
View file @
3bcd9df5
...
@@ -226,8 +226,8 @@ void make_data (
...
@@ -226,8 +226,8 @@ void make_data (
std
::
vector
<
column_vector
>
rhs
;
std
::
vector
<
column_vector
>
rhs
;
label_type
mapping
;
label_type
mapping
;
// In all the assignments to follow, we will only say an element of LHS
// In all the assignments to follow, we will only say an element of
the
LHS
// matches an element of RHS if the two are equal. So A matches with A,
// 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.
// B with B, etc. But never A with C, for example.
// ------------------------
// ------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment