示例#1
0
 public void apply_to_modsel_parameter(SWIGTYPE_p_shogun__Parameter parameter)
 {
     modshogunPINVOKE.ParameterCombination_apply_to_modsel_parameter(swigCPtr, SWIGTYPE_p_shogun__Parameter.getCPtr(parameter));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public ParameterCombination(SWIGTYPE_p_shogun__Parameter param) : this(modshogunPINVOKE.new_ParameterCombination__SWIG_1(SWIGTYPE_p_shogun__Parameter.getCPtr(param)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }