Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first draft of director dot features
  • Loading branch information
Soeren Sonnenburg committed May 31, 2012
1 parent 4b6f6f9 commit 9a34a7e
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/modular/Features.i
Expand Up @@ -25,6 +25,7 @@
%rename(Features) CFeatures;
%rename(StreamingFeatures) CStreamingFeatures;
%rename(DotFeatures) CDotFeatures;
%rename(DirectorDotFeatures) CDirectorDotFeatures;
%rename(BinnedDotFeatures) CBinnedDotFeatures;
%rename(StreamingDotFeatures) CStreamingDotFeatures;
%rename(StreamingVwFeatures) CStreamingVwFeatures;
Expand Down Expand Up @@ -56,6 +57,7 @@
%include <shogun/lib/Compressor.h>
%include <shogun/features/Features.h>
%include <shogun/features/DotFeatures.h>
%include <shogun/features/DirectorDotFeatures.h>
%include <shogun/features/BinnedDotFeatures.h>
%include <shogun/features/StreamingFeatures.h>
%include <shogun/features/StreamingDotFeatures.h>
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/modular/Features_includes.i
Expand Up @@ -7,6 +7,7 @@
#include <shogun/features/StreamingStringFeatures.h>
#include <shogun/features/StringFileFeatures.h>
#include <shogun/features/DotFeatures.h>
#include <shogun/features/DirectorDotFeatures.h>
#include <shogun/features/BinnedDotFeatures.h>
#include <shogun/features/StreamingDotFeatures.h>
#include <shogun/features/SparseFeatures.h>
Expand Down

0 comments on commit 9a34a7e

Please sign in to comment.