Skip to content

Commit

Permalink
Merge pull request #3673 from shogun-toolbox/feature/aint-bahsic
Browse files Browse the repository at this point in the history
Bahsically remove that BAHSIC
  • Loading branch information
karlnapf committed Mar 6, 2017
2 parents 0ed97dc + 945b0fe commit ed4829c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/interfaces/modular/Preprocessor.i
Expand Up @@ -31,7 +31,6 @@
/* Feature selection framework */
#%rename(DependenceMaximization) CDependenceMaximization;
#%rename(KernelDependenceMaximization) CDependenceMaximization;
#%rename(BAHSIC) CBAHSIC;

%newobject shogun::CFeatureSelection::apply;
%newobject shogun::CFeatureSelection::remove_feats;
Expand Down
3 changes: 1 addition & 2 deletions src/shogun/preprocessor/Preprocessor.h
Expand Up @@ -52,8 +52,7 @@ enum EPreprocessorType
P_HOMOGENEOUSKERNELMAP = 180,
P_PNORM = 190,
P_RESCALEFEATURES = 200,
P_FISHERLDA = 210,
P_BAHSIC = 220
P_FISHERLDA = 210
};

/** @brief Class Preprocessor defines a preprocessor interface.
Expand Down

0 comments on commit ed4829c

Please sign in to comment.