Skip to content

Commit

Permalink
ignore further unuseable functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Dec 2, 2011
1 parent b2b1573 commit a0193ba
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -61,20 +61,37 @@
%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*, int32_t, int32_t);
%ignore shogun::CSimpleFeatures::get_feature_vector(int32_t, int32_t&, bool&);
%ignore shogun::CSimpleFeatures::set_feature_matrix(ST*, int32_t, int32_t);
%ignore shogun::CSimpleFeatures::vector_subset;
%ignore shogun::CSimpleFeatures::feature_subset;
%ignore shogun::CSimpleFeatures::get_feature_matrix(ST**, int32_t*, int32_t*);
%ignore shogun::CSimpleFeatures::get_feature_matrix(int32_t&, int32_t&);
%ignore shogun::CSimpleFeatures::get_transposed(int32_t&, int32_t&);
%ignore shogun::CSimpleFeatures::dense_dot(int32_t, const float64_t*, int32_t);
%ignore shogun::CSimpleFeatures::add_to_dense_vec(float64_t, int32_t, float64_t*, int32_t, bool );
%ignore shogun::CSparseFeatures::CSparseFeatures(SGSparseVector<ST>*, int32_t, int32_t, bool);
%ignore shogun::CSparseFeatures::CSparseFeatures(shogun::SGSparseVector<shogun::ST>*, int32_t, int32_t, bool);
%ignore shogun::CSparseFeatures::get_full_feature_vector(int32_t, int32_t&);
%ignore shogun::CSparseFeatures::get_sparse_feature_matrix(int32_t&, int32_t&);
%ignore shogun::CSparseFeatures::compute_squared;
%ignore shogun::CSparseFeatures::compute_squared_norm;
%ignore shogun::CSparseFeatures::get_transposed(int32_t&, int32_t&);
%ignore shogun::CSparseFeatures::clean_tsparse;

%ignore shogun::CStringFeatures::get_feature_vector(int32_t, int32_t&, bool&);
%ignore shogun::CStringFeatures::set_features(SGString<ST>*, int32_t, int32_t);
%ignore shogun::CStringFeatures::append_features(SGString<ST>*, int32_t, int32_t);
%ignore shogun::CStringFeatures::get_features(int32_t&, int32_t&);
%ignore shogun::CStringFeatures::get_transposed(int32_t&, int32_t&);
%ignore shogun::CStringFeatures::get_features(SGString<ST>**, int32_t*);
%ignore shogun::CStringFeatures::copy_features(int32_t&, int32_t&);
%ignore shogun::CStringFeatures::get_zero_terminated_string_copy(SGString<ST>);
%ignore shogun::CStringFeatures::unembed_word;
%ignore shogun::CStringFeatures::embed_word;
%ignore shogun::CStringFeatures::set_feature_vector(int32_t, ST*, int32_t);
%ignore shogun::CStringFeatures::get_histogram;
%ignore shogun::CStringFeatures::create_random(float64_t*, int32_t, int32_t, int32_t);

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

0 comments on commit a0193ba

Please sign in to comment.