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
d8509d39
Commit
d8509d39
authored
Feb 14, 2014
by
Davis King
Browse files
Slightly changed #includes to avoid compiler error.
parent
1aed832f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
dlib/svm.h
dlib/svm.h
+0
-1
dlib/svm_threaded.h
dlib/svm_threaded.h
+1
-0
No files found.
dlib/svm.h
View file @
d8509d39
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
#include "svm/active_learning.h"
#include "svm/active_learning.h"
#include "svm/svr_linear_trainer.h"
#include "svm/svr_linear_trainer.h"
#include "svm/sequence_segmenter.h"
#include "svm/sequence_segmenter.h"
#include "svm/structural_sequence_segmentation_trainer.h"
#endif // DLIB_SVm_HEADER
#endif // DLIB_SVm_HEADER
...
...
dlib/svm_threaded.h
View file @
d8509d39
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#include "svm/svm_multiclass_linear_trainer.h"
#include "svm/svm_multiclass_linear_trainer.h"
#include "svm/one_vs_one_trainer.h"
#include "svm/one_vs_one_trainer.h"
#include "svm/one_vs_all_trainer.h"
#include "svm/one_vs_all_trainer.h"
#include "svm/structural_sequence_segmentation_trainer.h"
#endif // DLIB_SVm_THREADED_HEADER
#endif // DLIB_SVm_THREADED_HEADER
...
...
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