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
Main Repositories
otb
Commits
6006143b
Commit
6006143b
authored
Nov 30, 2018
by
Guillaume Pasero
Browse files
BUG: fix verbosity of libsvm
Verbose libsvm is only enabled when building in Debug
parent
8aa9f900
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.hxx
View file @
6006143b
...
...
@@ -66,7 +66,7 @@ LibSVMMachineLearningModel<TInputValue,TOutputValue>
this
->
m_Problem
.
l
=
0
;
this
->
m_Problem
.
y
=
nullptr
;
this
->
m_Problem
.
x
=
nullptr
;
#if
n
def NDEBUG
#ifdef NDEBUG
svm_set_print_string_function
(
&
otb
::
Utils
::
PrintNothing
);
#endif
}
...
...
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