Skip to content

Commit

Permalink
Pending minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf Klein committed Sep 4, 2013
1 parent 94fd974 commit 300f95a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shogun/lib/SGSparseVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Written (W) 2013 Thoralf Klein
* Written (W) 2012 Fernando José Iglesias García
* Written (W) 2010,2012 Soeren Sonnenburg
* Copyright (C) 2010 Berlin Institute of Technology
Expand All @@ -16,7 +17,6 @@
#include <shogun/lib/config.h>
#include <shogun/lib/DataType.h>
#include <shogun/lib/SGReferencedData.h>
#include <map>

namespace shogun
{
Expand Down
1 change: 1 addition & 0 deletions src/shogun/structure/DualLibQPBMSOSVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ bool CDualLibQPBMSOSVM::train_machine(CFeatures* data)
m_result=svm_ncbm_solver(this, m_w.vector, m_TolRel, m_TolAbs,
m_lambda, m_BufSize, m_cleanICP, m_cleanAfter, true /* convex */,
true /* use line search*/, m_verbose);
break;
default:
SG_ERROR("CDualLibQPBMSOSVM: m_solver=%d is not supported", m_solver);
}
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/transfer/multitask/LibLinearMTL.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

#include <shogun/lib/config.h>


#include <shogun/lib/common.h>
#include <shogun/base/Parameter.h>
#include <shogun/machine/LinearMachine.h>
#include <shogun/optimization/liblinear/shogun_liblinear.h>
#include <shogun/lib/SGSparseMatrix.h>

#include <map>

namespace shogun
{
Expand Down

0 comments on commit 300f95a

Please sign in to comment.