Skip to content

Commit

Permalink
Ignore WDPSK constructor in csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 31, 2013
1 parent 3841ef9 commit 3718d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -39,6 +39,7 @@
%ignore shogun::CMulticlassStrategy::rescale_outputs(SGVector<float64_t> outputs, const SGVector<float64_t> As, const SGVector<float64_t> Bs);
%ignore shogun::CMulticlassOneVsRestStrategy::rescale_outputs(SGVector<float64_t> outputs, const SGVector<float64_t> As, const SGVector<float64_t> Bs);
%ignore shogun::CKernelMeanMatching::CKernelMeanMatching(CKernel* kernel, SGVector<index_t> training_indices, SGVector<index_t> test_indices);
%ignore shogun::CWeightedDegreePositionStringKernel::CWeightedDegreePositionStringKernel(int32_t size,SGVector<float64_t> w,int32_t d,int32_t mm,SGVector<int32_t> s,int32_t mkls);
#endif

%ignore shogun::SGVector::display_vector;
Expand Down

0 comments on commit 3718d51

Please sign in to comment.