Exemple #1
0
    public int read_dense_features(SWIGTYPE_p_CIOBuffer buf, SWIGTYPE_p_VwExample ae)
    {
        int ret = modshogunPINVOKE.VwParser_read_dense_features(swigCPtr, SWIGTYPE_p_CIOBuffer.getCPtr(buf), SWIGTYPE_p_VwExample.getCPtr(ae));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #2
0
 public int read_dense_features(SWIGTYPE_p_CIOBuffer buf, SWIGTYPE_p_VwExample ae) {
   int ret = modshogunPINVOKE.VwParser_read_dense_features(swigCPtr, SWIGTYPE_p_CIOBuffer.getCPtr(buf), SWIGTYPE_p_VwExample.getCPtr(ae));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_CIOBuffer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_CIOBuffer obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }