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
The Openvibe Group
extras
Commits
51d8f5c7
Commit
51d8f5c7
authored
Sep 28, 2015
by
Serrière Guillaume
Browse files
Change the log level of the final print of the kappa coefficient.
Signed-off-by:
Serrière Guillaume
<
guillaume.serriere@inria.fr
>
parent
85a5fecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/processing/evaluation/src/box-algorithms/ovpCBoxAlgorithmKappaCoefficient.cpp
View file @
51d8f5c7
...
...
@@ -100,7 +100,7 @@ boolean CBoxAlgorithmKappaCoefficient::initialize(void)
boolean
CBoxAlgorithmKappaCoefficient
::
uninitialize
(
void
)
{
//Log for the automatic test
this
->
getLogManager
()
<<
LogLevel_
Trace
<<
"[Test]
Final value of Kappa "
<<
m_f64KappaCoefficient
<<
"
\n
"
;
this
->
getLogManager
()
<<
LogLevel_
Info
<<
"
Final value of Kappa "
<<
m_f64KappaCoefficient
<<
"
\n
"
;
m_pConfusionMatrixAlgorithm
->
uninitialize
();
this
->
getAlgorithmManager
().
releaseAlgorithm
(
*
m_pConfusionMatrixAlgorithm
);
...
...
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