Skip to content

Commit

Permalink
add CSVFile to modular interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 1, 2013
1 parent c19a677 commit 07ee542
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/IO.i
Expand Up @@ -14,6 +14,7 @@
%rename(File) CFile;
%rename(StreamingFile) CStreamingFile;
%rename(AsciiFile) CAsciiFile;
%rename(CSVFile) CCSVFile;
%rename(StreamingAsciiFile) CStreamingAsciiFile;
%rename(StreamingVwFile) CStreamingVwFile;
%rename(StreamingVwCacheFile) CStreamingVwCacheFile;
Expand Down Expand Up @@ -118,6 +119,7 @@ namespace shogun
}

%include <shogun/io/AsciiFile.h>
%include <shogun/io/CSVFile.h>
%include <shogun/io/streaming/StreamingAsciiFile.h>
%include <shogun/classifier/vw/VwParser.h>
%include <shogun/io/streaming/StreamingVwFile.h>
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/modular/IO_includes.i
Expand Up @@ -8,6 +8,7 @@
#include <shogun/io/streaming/StreamingFileFromSparseFeatures.h>
#include <shogun/io/streaming/StreamingFileFromDenseFeatures.h>
#include <shogun/io/AsciiFile.h>
#include <shogun/io/CSVFile.h>
#include <shogun/io/streaming/StreamingAsciiFile.h>
#include <shogun/classifier/vw/VwParser.h>
#include <shogun/io/streaming/StreamingVwFile.h>
Expand Down

0 comments on commit 07ee542

Please sign in to comment.