コード例 #1
0
ファイル: VowpalWabbit.cs プロジェクト: Anshul-Bansal/gsoc
 public VowpalWabbit(StreamingVwFeatures feat) : this(modshogunPINVOKE.new_VowpalWabbit__SWIG_1(StreamingVwFeatures.getCPtr(feat)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }