public StreamingFileFromFeatures(SWIGTYPE_p_CFeatures feat, SWIGTYPE_p_double lab) : this(modshogunPINVOKE.new_StreamingFileFromFeatures__SWIG_2(SWIGTYPE_p_CFeatures.getCPtr(feat), SWIGTYPE_p_double.getCPtr(lab)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void set_features(SWIGTYPE_p_CFeatures feat)
 {
     modshogunPINVOKE.StreamingFileFromFeatures_set_features(swigCPtr, SWIGTYPE_p_CFeatures.getCPtr(feat));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_CFeatures obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void set_features(SWIGTYPE_p_CFeatures feat) {
   modshogunPINVOKE.StreamingFileFromFeatures_set_features(swigCPtr, SWIGTYPE_p_CFeatures.getCPtr(feat));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 public StreamingFileFromFeatures(SWIGTYPE_p_CFeatures feat, SWIGTYPE_p_double lab) : this(modshogunPINVOKE.new_StreamingFileFromFeatures__SWIG_2(SWIGTYPE_p_CFeatures.getCPtr(feat), SWIGTYPE_p_double.getCPtr(lab)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_CFeatures obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }