public BoolSparseVector(BoolSparseVector orig) : this(modshogunPINVOKE.new_BoolSparseVector__SWIG_5(BoolSparseVector.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public SparseBoolFeatures(BoolSparseVector src, int num_feat, int num_vec) : this(modshogunPINVOKE.new_SparseBoolFeatures__SWIG_3(BoolSparseVector.getCPtr(src), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public BoolSparseMatrix(BoolSparseVector vecs, int num_feat, int num_vec) : this(modshogunPINVOKE.new_BoolSparseMatrix__SWIG_2(BoolSparseVector.getCPtr(vecs), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void set_sparse_matrix(BoolSparseVector matrix, int num_feat, int num_vec) { modshogunPINVOKE.File_set_sparse_matrix__SWIG_0(swigCPtr, BoolSparseVector.getCPtr(matrix), num_feat, num_vec); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public override void get_sparse_matrix(BoolSparseVector matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec) { modshogunPINVOKE.BinaryFile_get_sparse_matrix__SWIG_0(swigCPtr, BoolSparseVector.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public BoolSparseVector get_sparse_feature_vector(int num) { BoolSparseVector ret = new BoolSparseVector(modshogunPINVOKE.SparseBoolFeatures_get_sparse_feature_vector(swigCPtr, num), true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public BoolSparseVector get_vector() { BoolSparseVector ret = new BoolSparseVector(modshogunPINVOKE.StreamingSparseBoolFeatures_get_vector(swigCPtr), true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(BoolSparseVector obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public override void set_sparse_matrix(BoolSparseVector matrix, int num_feat, int num_vec) { modshogunPINVOKE.BinaryFile_set_sparse_matrix__SWIG_0(swigCPtr, BoolSparseVector.getCPtr(matrix), num_feat, num_vec); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public BoolSparseMatrix(BoolSparseVector vecs, int num_feat, int num_vec) : this(modshogunPINVOKE.new_BoolSparseMatrix__SWIG_2(BoolSparseVector.getCPtr(vecs), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public BoolSparseVector get_sparse_feature_vector(int num) { BoolSparseVector ret = new BoolSparseVector(modshogunPINVOKE.SparseBoolFeatures_get_sparse_feature_vector(swigCPtr, num), true); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public SparseBoolFeatures(BoolSparseVector src, int num_feat, int num_vec) : this(modshogunPINVOKE.new_SparseBoolFeatures__SWIG_3(BoolSparseVector.getCPtr(src), num_feat, num_vec), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public virtual void get_sparse_matrix(BoolSparseVector matrix, SWIGTYPE_p_int num_feat, SWIGTYPE_p_int num_vec) { modshogunPINVOKE.File_get_sparse_matrix__SWIG_0(swigCPtr, BoolSparseVector.getCPtr(matrix), SWIGTYPE_p_int.getCPtr(num_feat), SWIGTYPE_p_int.getCPtr(num_vec)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public BoolSparseVector(BoolSparseVector orig) : this(modshogunPINVOKE.new_BoolSparseVector__SWIG_5(BoolSparseVector.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(BoolSparseVector obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public BoolSparseVector get_vector() { BoolSparseVector ret = new BoolSparseVector(modshogunPINVOKE.StreamingSparseBoolFeatures_get_vector(swigCPtr), true); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }