public StreamingFileFromCharFeatures(SWIGTYPE_p_CSimpleFeaturesT_char_t feat, SWIGTYPE_p_double lab) : this(modshogunPINVOKE.new_StreamingFileFromCharFeatures__SWIG_2(SWIGTYPE_p_CSimpleFeaturesT_char_t.getCPtr(feat), SWIGTYPE_p_double.getCPtr(lab)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_CSimpleFeaturesT_char_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public StreamingFileFromCharFeatures(SWIGTYPE_p_CSimpleFeaturesT_char_t feat, SWIGTYPE_p_double lab) : this(modshogunPINVOKE.new_StreamingFileFromCharFeatures__SWIG_2(SWIGTYPE_p_CSimpleFeaturesT_char_t.getCPtr(feat), SWIGTYPE_p_double.getCPtr(lab)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_CSimpleFeaturesT_char_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }