Skip to content

Commit

Permalink
Added ignore for risk_directed failing in csharp modular
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 11, 2012
1 parent dbc76e8 commit 346f445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -26,6 +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);
#endif

%ignore refcount_t;
Expand Down

0 comments on commit 346f445

Please sign in to comment.