Skip to content

Commit

Permalink
Updated names of parameters in WDPSK ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 31, 2013
1 parent 3718d51 commit 6baacc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -39,7 +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);
%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);
#endif

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

0 comments on commit 6baacc8

Please sign in to comment.