Skip to content

Commit

Permalink
An another attempt to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 7, 2012
1 parent 5bc1a7d commit 081ebb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/modular/Multiclass.i
Expand Up @@ -54,6 +54,7 @@
%rename(QDA) CQDA;

%rename(ShareBoost) CShareBoost;
%rename(BaseRelaxedTree) CTreeMachine<RelaxedTreeNodeData>;
%rename(RelaxedTree) CRelaxedTree;

/* Include Class Headers to make them visible from within the target language */
Expand Down Expand Up @@ -97,4 +98,6 @@
%include <shogun/multiclass/GaussianNaiveBayes.h>
%include <shogun/multiclass/QDA.h>
%include <shogun/multiclass/ShareBoost.h>
%include <shogun/multiclass/tree/TreeMachine.h>
%include <shogun/multiclass/tree/RelaxedTreeNodeData.h>
%include <shogun/multiclass/tree/RelaxedTree.h>
2 changes: 2 additions & 0 deletions src/interfaces/modular/Multiclass_includes.i
Expand Up @@ -39,5 +39,7 @@
#include <shogun/multiclass/GaussianNaiveBayes.h>
#include <shogun/multiclass/QDA.h>
#include <shogun/multiclass/ShareBoost.h>
#include <shogun/multiclass/tree/TreeMachine.h>
#include <shogun/multiclass/tree/RelaxedTreeNodeData.h>
#include <shogun/multiclass/tree/RelaxedTree.h>
%}

0 comments on commit 081ebb3

Please sign in to comment.