Ejemplo n.º 1
0
 public void set_sparse_feature_matrix(CharSparseMatrix sm)
 {
     modshogunPINVOKE.SparseCharFeatures_set_sparse_feature_matrix(swigCPtr, CharSparseMatrix.getCPtr(sm));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public CharSparseMatrix(CharSparseMatrix orig) : this(modshogunPINVOKE.new_CharSparseMatrix__SWIG_5(CharSparseMatrix.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public SparseCharFeatures(CharSparseMatrix sparse) : this(modshogunPINVOKE.new_SparseCharFeatures__SWIG_4(CharSparseMatrix.getCPtr(sparse)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }