public SparseCharFeatures(SparseCharFeatures orig) : this(modshogunPINVOKE.new_SparseCharFeatures__SWIG_6(SparseCharFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public SparseCharFeatures get_transposed() { IntPtr cPtr = modshogunPINVOKE.SparseCharFeatures_get_transposed(swigCPtr); SparseCharFeatures ret = (cPtr == IntPtr.Zero) ? null : new SparseCharFeatures(cPtr, true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SparseCharFeatures(SparseCharFeatures orig) : this(modshogunPINVOKE.new_SparseCharFeatures__SWIG_6(SparseCharFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(SparseCharFeatures obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(SparseCharFeatures obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }