public StreamingSparseCharFeatures(StreamingFile file, bool is_labelled, int size) : this(modshogunPINVOKE.new_StreamingSparseCharFeatures__SWIG_1(StreamingFile.getCPtr(file), is_labelled, size), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 internal static HandleRef getCPtr(StreamingFile obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 3
0
 public StreamingByteFeatures(StreamingFile file, bool is_labelled, int size) : this(modshogunPINVOKE.new_StreamingByteFeatures__SWIG_1(StreamingFile.getCPtr(file), is_labelled, size), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 4
0
 internal static HandleRef getCPtr(StreamingFile obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }