예제 #1
0
 public void set_sparse_feature_matrix(ByteSparseMatrix sm)
 {
     modshogunPINVOKE.SparseByteFeatures_set_sparse_feature_matrix(swigCPtr, ByteSparseMatrix.getCPtr(sm));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public SparseByteFeatures(ByteSparseMatrix sparse) : this(modshogunPINVOKE.new_SparseByteFeatures__SWIG_4(ByteSparseMatrix.getCPtr(sparse)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public ByteSparseMatrix(ByteSparseMatrix orig) : this(modshogunPINVOKE.new_ByteSparseMatrix__SWIG_5(ByteSparseMatrix.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }