Ejemplo n.º 1
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();
     }
 }
Ejemplo n.º 2
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();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__Parameter obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__Parameter obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 5
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();
 }
Ejemplo n.º 6
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();
 }