Skip to content

Commit

Permalink
An attempt to ignore display methods of SG datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 22, 2012
1 parent 40564ac commit 157fba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -28,6 +28,9 @@
%ignore shogun::CKernelMeanMatching::CKernelMeanMatching(CKernel* kernel, SGVector<index_t> training_indices, SGVector<index_t> test_indices);
#endif

%ignore shogun::SGVector::display_vector;
%ignore shogun::SGMatrix::display_matrix;

%ignore shogun::bmrm_ll;
%ignore shogun::TMultipleCPinfo;
%ignore refcount_t;
Expand Down

0 comments on commit 157fba3

Please sign in to comment.