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
feb1ae5e
Commit
feb1ae5e
authored
Apr 29, 2012
by
Davis King
Browse files
switched to non-checking version.
parent
893bcea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/structural_svm_graph_labeling_problem.h
dlib/svm/structural_svm_graph_labeling_problem.h
+1
-1
No files found.
dlib/svm/structural_svm_graph_labeling_problem.h
View file @
feb1ae5e
...
@@ -293,7 +293,7 @@ namespace dlib
...
@@ -293,7 +293,7 @@ namespace dlib
const
sample_type
&
samp
=
samples
[
idx
];
const
sample_type
&
samp
=
samples
[
idx
];
// setup the potts graph based on samples[idx] and current_solution.
// setup the potts graph based on samples[idx] and current_solution.
graph
<
double
,
double
>::
kernel_1a
_c
g
;
// TODO, remove _c
graph
<
double
,
double
>::
kernel_1a
g
;
copy_graph_structure
(
samp
,
g
);
copy_graph_structure
(
samp
,
g
);
for
(
unsigned
long
i
=
0
;
i
<
g
.
number_of_nodes
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
g
.
number_of_nodes
();
++
i
)
{
{
...
...
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