Skip to content

Commit

Permalink
add ignores from simple features
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Dec 2, 2011
1 parent 5001443 commit b56cada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -61,6 +61,12 @@
%ignore shogun::CGMM::CGMM(SGVector<shogun::CGaussian*>, shogun::SGVector<float64_t>, bool);
%ignore shogun::CGMM::get_comp;
%ignore shogun::CGMM::set_comp;
%ignore shogun::CSimpleFeatures::CSimpleFeatures<ST>(ST*,int32_t,int32_t);
%ignore shogun::CSimpleFeatures::vector_subset;
%ignore shogun::CSimpleFeatures<ST>::get_feature_matrix(int32_t, int32_t);
%ignore shogun::CSimpleFeatures<ST>::get_transposed(int32_t&, int32_t&);
%ignore shogun::CSimpleFeatures<ST>::dense_dot(int32_t, const float64_t*, int32_t);
%ignore shogun::CSimpleFeatures<ST>::add_to_dense_vec(float64_t, int32_t, float64_t*, int32_t, bool );


%ignore shogun::CSVMLight::add_to_index;
Expand Down

0 comments on commit b56cada

Please sign in to comment.