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
4b165cd1
"tests/vscode:/vscode.git/clone" did not exist on "3f4645918db9298486dcd7190ba74bb3a8a84591"
Commit
4b165cd1
authored
Apr 30, 2012
by
Davis King
Browse files
Renamed a function.
parent
011aae49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/svm/graph_labeler.h
dlib/svm/graph_labeler.h
+2
-2
No files found.
dlib/svm/graph_labeler.h
View file @
4b165cd1
...
@@ -46,7 +46,7 @@ namespace dlib
...
@@ -46,7 +46,7 @@ namespace dlib
)
const
{
return
node_weights
;
}
)
const
{
return
node_weights
;
}
template
<
typename
graph_type
>
template
<
typename
graph_type
>
void
predict_assignments
(
void
operator
()
(
const
graph_type
&
samp
,
const
graph_type
&
samp
,
result_type
&
labels
result_type
&
labels
)
const
)
const
...
@@ -83,7 +83,7 @@ namespace dlib
...
@@ -83,7 +83,7 @@ namespace dlib
)
const
)
const
{
{
result_type
temp
;
result_type
temp
;
predict_assignments
(
sample
,
temp
);
(
*
this
)
(
sample
,
temp
);
return
temp
;
return
temp
;
}
}
...
...
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