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