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
1ee8b5dc
Commit
1ee8b5dc
authored
Oct 12, 2014
by
Davis King
Browse files
Renamed some variables to avoid clash with #defines in Visual Studio.
parent
e5aeac4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dlib/test/statistics.cpp
dlib/test/statistics.cpp
+5
-5
No files found.
dlib/test/statistics.cpp
View file @
1ee8b5dc
...
@@ -697,14 +697,14 @@ namespace
...
@@ -697,14 +697,14 @@ namespace
frobmetric_training_sample
<
matrix
<
double
,
0
,
1
>
>
sample
;
frobmetric_training_sample
<
matrix
<
double
,
0
,
1
>
>
sample
;
std
::
vector
<
frobmetric_training_sample
<
matrix
<
double
,
0
,
1
>
>
>
samples
;
std
::
vector
<
frobmetric_training_sample
<
matrix
<
double
,
0
,
1
>
>
>
samples
;
matrix
<
double
,
3
,
1
>
x
,
near
,
far
;
matrix
<
double
,
3
,
1
>
x
,
near
_
,
far
_
;
x
=
0
,
0
,
0
;
x
=
0
,
0
,
0
;
near
=
1
,
0
,
0
;
near
_
=
1
,
0
,
0
;
far
=
0
,
1
,
0
;
far
_
=
0
,
1
,
0
;
sample
.
anchor_vect
=
x
;
sample
.
anchor_vect
=
x
;
sample
.
near_vects
.
push_back
(
near
);
sample
.
near_vects
.
push_back
(
near
_
);
sample
.
far_vects
.
push_back
(
far
);
sample
.
far_vects
.
push_back
(
far
_
);
samples
.
push_back
(
sample
);
samples
.
push_back
(
sample
);
...
...
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