Skip to content

Commit

Permalink
Some final fixes for #401
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Mar 29, 2012
1 parent 3fadb02 commit 777e558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/shogun/machine/MulticlassMachine.cpp
Expand Up @@ -4,9 +4,9 @@
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Written (W) 1999-2012 Soeren Sonnenburg and Sergey Lisitsyn
* One vs. One strategy written (W) 2012 Fernando José Iglesias García and Sergey Lisitsyn
* Copyright (C) 1999-2012 Fraunhofer Institute FIRST and Max-Planck-Society
* Written (W) 1999-2011 Soeren Sonnenburg
* Written (W) 2012 Fernando José Iglesias García and Sergey Lisitsyn
* Copyright (C) 2012 Sergey Lisitsyn, Fernando José Iglesias Garcia
*/

#include <shogun/machine/MulticlassMachine.h>
Expand All @@ -16,7 +16,8 @@
using namespace shogun;

CMulticlassMachine::CMulticlassMachine()
: CMachine(), m_machine(NULL), m_multiclass_strategy(ONE_VS_REST_STRATEGY), m_rejection_strategy(NULL)
: CMachine(), m_multiclass_strategy(ONE_VS_REST_STRATEGY),
m_machine(NULL), m_rejection_strategy(NULL)
{
register_parameters();
}
Expand Down
6 changes: 3 additions & 3 deletions src/shogun/machine/MulticlassMachine.h
Expand Up @@ -4,9 +4,9 @@
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Written (W) 1999-2012 Soeren Sonnenburg and Sergey Lisitsyn
* One vs. One strategy written (W) 2012 Fernando José Iglesias García and Sergey Lisitsyn
* Copyright (C) 1999-2012 Fraunhofer Institute FIRST and Max-Planck-Society
* Written (W) 1999-2011 Soeren Sonnenburg
* Written (W) 2012 Fernando José Iglesias García and Sergey Lisitsyn
* Copyright (C) 2012 Sergey Lisitsyn, Fernando José Iglesias Garcia
*/

#ifndef _MULTICLASSMACHINE_H___
Expand Down

0 comments on commit 777e558

Please sign in to comment.