コード例 #1
0
ファイル: LibSVM.cs プロジェクト: Anshul-Bansal/gsoc
 public LibSVM(LIBSVM_SOLVER_TYPE st) : this(modshogunPINVOKE.new_LibSVM__SWIG_0((int)st), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: LibSVM.cs プロジェクト: Anshul-Bansal/gsoc
 public LibSVM(LIBSVM_SOLVER_TYPE st) : this(modshogunPINVOKE.new_LibSVM__SWIG_0((int)st), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }