Skip to content

Commit

Permalink
Added ignore for WDPSK with default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 31, 2013
1 parent 6baacc8 commit f5b496b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -40,6 +40,7 @@
%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> weights,int32_t degree,int32_t max_mismatch,SGVector<int32_t> shifts,int32_t mkl_stepsize);
%ignore shogun::CWeightedDegreePositionStringKernel::CWeightedDegreePositionStringKernel(int32_t size,SGVector<float64_t> weights,int32_t degree,int32_t max_mismatch,SGVector<int32_t> shifts);
#endif

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

0 comments on commit f5b496b

Please sign in to comment.