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
3e17828e
Commit
3e17828e
authored
Nov 01, 2013
by
Davis King
Browse files
Clarified spec
parent
f10c3389
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
dlib/svm/structural_svm_problem_abstract.h
dlib/svm/structural_svm_problem_abstract.h
+6
-1
No files found.
dlib/svm/structural_svm_problem_abstract.h
View file @
3e17828e
...
@@ -46,6 +46,11 @@ namespace dlib
...
@@ -46,6 +46,11 @@ namespace dlib
To use this object you inherit from it, provide implementations of its four
To use this object you inherit from it, provide implementations of its four
pure virtual functions, and then pass your object to the oca optimizer.
pure virtual functions, and then pass your object to the oca optimizer.
Also, you should only pass an instance of this object to the oca optimizer
once. That is, the act of using a structural_svm_problem instance with the
oca solver "uses" the structural_svm_problem instance. If you want to
solve the same problem multiple times then you must use a fresh instance of
your structural_svm_problem.
To define the optimization problem precisely, we first introduce some notation:
To define the optimization problem precisely, we first introduce some notation:
...
...
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