Skip to content

Commit

Permalink
added kernel selection strategy in modular interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lambday authored and karlnapf committed Jul 1, 2016
1 parent cfa8dcb commit 1ee330a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/modular/Statistics.i
Expand Up @@ -17,6 +17,7 @@
%rename(LinearTimeMMD) CLinearTimeMMD;
%rename(BTestMMD) CBTestMMD;
%rename(QuadraticTimeMMD) CQuadraticTimeMMD;
%rename(KernelSelectionStrategy) CKernelSelectionStrategy;

/* Include Class Headers to make them visible from within the target language */
%include <shogun/statistical_testing/HypothesisTest.h>
Expand All @@ -28,3 +29,4 @@
%include <shogun/statistical_testing/LinearTimeMMD.h>
%include <shogun/statistical_testing/BTestMMD.h>
%include <shogun/statistical_testing/QuadraticTimeMMD.h>
%include <shogun/statistical_testing/KernelSelectionStrategy.h>
1 change: 1 addition & 0 deletions src/interfaces/modular/Statistics_includes.i
Expand Up @@ -8,5 +8,6 @@
#include <shogun/statistical_testing/LinearTimeMMD.h>
#include <shogun/statistical_testing/BTestMMD.h>
#include <shogun/statistical_testing/QuadraticTimeMMD.h>
#include <shogun/statistical_testing/KernelSelectionStrategy.h>
%}

0 comments on commit 1ee330a

Please sign in to comment.