public virtual void set_sparse_matrix(CharSparseVector matrix, int num_feat, int num_vec) { modshogunPINVOKE.File_set_sparse_matrix__SWIG_2(swigCPtr, CharSparseVector.getCPtr(matrix), num_feat, num_vec); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public override void get_sparse_matrix(CharSparseVector matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec) { modshogunPINVOKE.BinaryFile_get_sparse_matrix__SWIG_2(swigCPtr, CharSparseVector.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public CharSparseMatrix(CharSparseVector vecs, int num_feat, int num_vec) : this(modshogunPINVOKE.new_CharSparseMatrix__SWIG_2(CharSparseVector.getCPtr(vecs), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public CharSparseVector(CharSparseVector orig) : this(modshogunPINVOKE.new_CharSparseVector__SWIG_5(CharSparseVector.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public SparseCharFeatures(CharSparseVector src, int num_feat, int num_vec) : this(modshogunPINVOKE.new_SparseCharFeatures__SWIG_3(CharSparseVector.getCPtr(src), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }