Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.libsvm
Commits
af301a29
Commit
af301a29
authored
Mar 29, 2014
by
André Anjos
💬
Browse files
Avoid Doxygen scanning certain areas
parent
ecab6dfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/learn/libsvm/include/xbob.learn.libsvm/machine.h
View file @
af301a29
...
...
@@ -18,6 +18,7 @@
#include
<svm.h>
#include
<bob/io/HDF5File.h>
// @cond SKIPDOXYGEN
// We need to declare the svm_model type for libsvm < 3.0.0. The next bit of
// code was cut and pasted from version 2.9.1 of libsvm, file svm.cpp.
#if LIBSVM_VERSION < 300
...
...
@@ -41,6 +42,7 @@ struct svm_model {
/* 0 if svm_model is created by svm_train */
};
#endif
// @endcond
namespace
bob
{
namespace
learn
{
namespace
libsvm
{
...
...
Write
Preview
Supports
Markdown
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