Skip to content

Commit

Permalink
Add transformer to swig
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored and vigsterkr committed May 30, 2018
1 parent 0155355 commit f2d9b85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/interfaces/swig/Transformer.i
@@ -0,0 +1,12 @@
/*
* This software is distributed under BSD 3-clause license (see LICENSE file).
*
* Authors: Wuwei Lin
*/

/* Remove C Prefix */
%rename(CTransformer) CTransformer;

/* Include Class Headers to make them visible from within the target language */
%include <shogun/transformer/Transformer.h>

1 change: 1 addition & 0 deletions src/interfaces/swig/shogun.i
Expand Up @@ -86,6 +86,7 @@
%include "Library.i"
%include "Mathematics.i"
%include "Features.i"
%include "Transformer.i"
%include "Converter.i"
%include "Preprocessor.i"
%include "Evaluation.i"
Expand Down

0 comments on commit f2d9b85

Please sign in to comment.