예제 #1
0
 public LongIntSparseVector(SWIGTYPE_p_shogun__SGSparseVectorEntryT_long_long_t feats, int num_entries, int index) : this(modshogunPINVOKE.new_LongIntSparseVector__SWIG_2(SWIGTYPE_p_shogun__SGSparseVectorEntryT_long_long_t.getCPtr(feats), num_entries, index), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }