diff --git a/src/interfaces/modular/modshogun_ignores.i b/src/interfaces/modular/modshogun_ignores.i index a690f1d2e64..60207cc36ac 100644 --- a/src/interfaces/modular/modshogun_ignores.i +++ b/src/interfaces/modular/modshogun_ignores.i @@ -39,6 +39,7 @@ %ignore shogun::CMulticlassStrategy::rescale_outputs(SGVector outputs, const SGVector As, const SGVector Bs); %ignore shogun::CMulticlassOneVsRestStrategy::rescale_outputs(SGVector outputs, const SGVector As, const SGVector Bs); %ignore shogun::CKernelMeanMatching::CKernelMeanMatching(CKernel* kernel, SGVector training_indices, SGVector test_indices); +%ignore shogun::CWeightedDegreePositionStringKernel::CWeightedDegreePositionStringKernel(int32_t size,SGVector w,int32_t d,int32_t mm,SGVector s,int32_t mkls); #endif %ignore shogun::SGVector::display_vector;