예제 #1
0
 public void set_sparse_feature_matrix(LongIntSparseMatrix sm)
 {
     modshogunPINVOKE.SparseLongFeatures_set_sparse_feature_matrix(swigCPtr, LongIntSparseMatrix.getCPtr(sm));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public LongIntSparseMatrix(LongIntSparseMatrix orig) : this(modshogunPINVOKE.new_LongIntSparseMatrix__SWIG_5(LongIntSparseMatrix.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public SparseLongFeatures(LongIntSparseMatrix sparse) : this(modshogunPINVOKE.new_SparseLongFeatures__SWIG_4(LongIntSparseMatrix.getCPtr(sparse)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }