Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed wrong type of directed risk function method ignore
  • Loading branch information
lisitsyn committed Aug 11, 2012
1 parent bb9493f commit 97c9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -26,7 +26,7 @@
%ignore shogun::CStructuredModel::init_opt;
%ignore shogun::CIndexBlockTree::CIndexBlockTree(SGVector<float64_t> G, SGVector<float64_t> ind_t);
%ignore shogun::CKernelMeanMatching::CKernelMeanMatching(CKernel* kernel, SGVector<index_t> training_indices, SGVector<index_t> test_indices);
%ignore shogun::CDirectorRiskFunction::risk_directed(CDotFeatures* features, CLabels* labels, const SGVector<index_t> R, const SGVector<index_t> subgrad, const SGVector<index_t> W);
%ignore shogun::CDirectorRiskFunction::risk_directed(CDotFeatures* features, CLabels* labels, const SGVector<float64_t> R, const SGVector<float64_t> subgrad, const SGVector<float64_t> W);
#endif

%ignore refcount_t;
Expand Down

0 comments on commit 97c9a87

Please sign in to comment.