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
53e9e7d9
Commit
53e9e7d9
authored
May 20, 2011
by
Davis King
Browse files
Clarified spec
parent
dde9986f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/svm/structural_svm_distributed_abstract.h
dlib/svm/structural_svm_distributed_abstract.h
+2
-1
No files found.
dlib/svm/structural_svm_distributed_abstract.h
View file @
53e9e7d9
...
...
@@ -60,6 +60,7 @@ namespace dlib
{
/*!
INITIAL VALUE
- get_num_processing_nodes() == 0
- get_epsilon() == 0.001
- get_c() == 1
- This object will not be verbose
...
...
@@ -100,8 +101,8 @@ namespace dlib
of the training data):
int main()
{
your_structural_svm_problem problem;
// Put one third of your data into this problem object. How you do this depends on your problem.
your_structural_svm_problem problem;
svm_struct_processing_node node(problem, 12345, number_of_cores_on_this_computer);
cout << "hit enter to terminate this program" << endl;
cin.get();
...
...
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