public StreamingLongIntFeatures(LongIntFeatures simple_features) : this(modshogunPINVOKE.new_StreamingLongIntFeatures__SWIG_3(LongIntFeatures.getCPtr(simple_features)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public LongIntFeatures(LongIntFeatures orig) : this(modshogunPINVOKE.new_LongIntFeatures__SWIG_2(LongIntFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public bool obtain_from_simple(LongIntFeatures sf) { bool ret = modshogunPINVOKE.SparseLongFeatures_obtain_from_simple(swigCPtr, LongIntFeatures.getCPtr(sf)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public LongIntFeatures get_transposed() { IntPtr cPtr = modshogunPINVOKE.LongIntFeatures_get_transposed(swigCPtr); LongIntFeatures ret = (cPtr == IntPtr.Zero) ? null : new LongIntFeatures(cPtr, true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool obtain_from_simple(LongIntFeatures sf) { bool ret = modshogunPINVOKE.SparseLongFeatures_obtain_from_simple(swigCPtr, LongIntFeatures.getCPtr(sf)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(LongIntFeatures obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public LongIntFeatures(LongIntFeatures orig) : this(modshogunPINVOKE.new_LongIntFeatures__SWIG_2(LongIntFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(LongIntFeatures obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public StreamingLongIntFeatures(LongIntFeatures simple_features) : this(modshogunPINVOKE.new_StreamingLongIntFeatures__SWIG_3(LongIntFeatures.getCPtr(simple_features)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public StreamingLongIntFeatures(LongIntFeatures simple_features, SWIGTYPE_p_double lab) : this(modshogunPINVOKE.new_StreamingLongIntFeatures__SWIG_2(LongIntFeatures.getCPtr(simple_features), SWIGTYPE_p_double.getCPtr(lab)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }