Skip to content

Commit

Permalink
Added python_modular interface for ECOC Random Coding.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed May 3, 2012
1 parent 1c8b9b0 commit 43208fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interfaces/modular/Classifier.i
Expand Up @@ -68,6 +68,9 @@
%rename(ECOCEncoder) CECOCEncoder;
%rename(ECOCDecoder) CECOCDecoder;
%rename(ECOCOVREncoder) CECOCOVREncoder;
%rename(ECOCOVOEncoder) CECOCOVOEncoder;
%rename(ECOCRandomSparseEncoder) CECOCRandomSparseEncoder;
%rename(ECOCRandomDenseEncoder) CECOCRandomDenseEncoder;
%rename(ECOCHDDecoder) CECOCHDDecoder;

/* These functions return new Objects */
Expand Down Expand Up @@ -126,6 +129,9 @@
%include <shogun/multiclass/ecoc/ECOCEncoder.h>
%include <shogun/multiclass/ecoc/ECOCDecoder.h>
%include <shogun/multiclass/ecoc/ECOCOVREncoder.h>
%include <shogun/multiclass/ecoc/ECOCOVOEncoder.h>
%include <shogun/multiclass/ecoc/ECOCRandomSparseEncoder.h>
%include <shogun/multiclass/ecoc/ECOCRandomDenseEncoder.h>
%include <shogun/multiclass/ecoc/ECOCHDDecoder.h>
%include <shogun/multiclass/ecoc/ECOCStrategy.h>

Expand Down

0 comments on commit 43208fe

Please sign in to comment.