Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exposed Subset in modular #445
  • Loading branch information
lisitsyn committed Apr 12, 2012
1 parent 19f81a5 commit ba71ded
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/Features.i
Expand Up @@ -47,6 +47,7 @@
%rename(LBPPyrDotFeatures) CLBPPyrDotFeatures;
%rename(ExplicitSpecFeatures) CExplicitSpecFeatures;
%rename(ImplicitWeightedSpecFeatures) CImplicitWeightedSpecFeatures;
%rename(Subset) CSubset;

/* Include Class Headers to make them visible from within the target language */
%include <shogun/features/FeatureTypes.h>
Expand Down Expand Up @@ -372,3 +373,4 @@ namespace shogun
%include <shogun/features/LBPPyrDotFeatures.h>
%include <shogun/features/ExplicitSpecFeatures.h>
%include <shogun/features/ImplicitWeightedSpecFeatures.h>
%include <shogun/features/Subset.h>
1 change: 1 addition & 0 deletions src/interfaces/modular/Features_includes.i
Expand Up @@ -32,4 +32,5 @@
#include <shogun/features/LBPPyrDotFeatures.h>
#include <shogun/features/ExplicitSpecFeatures.h>
#include <shogun/features/ImplicitWeightedSpecFeatures.h>
#include <shogun/features/Subset.h>
%}

0 comments on commit ba71ded

Please sign in to comment.