public bool load_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.IntSparseVector_load_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool save_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.ULongIntSparseMatrix_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public override bool load_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.DynamicWordArray_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool save_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.CrossValidationResult_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(SerializableFile obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public override bool save_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.DynamicIntArray_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public override bool save_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.DynamicULongArray_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual bool save_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.SGObject_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool save_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.CharSparseVector_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool load_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.CharSparseVector_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool load_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.BoolStringList_load_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool save_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.BoolStringList_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public override bool load_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.DynamicLongArray_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool save_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.WordMatrix_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool save_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.ShortRealNDArray_save_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public bool load_serializable(SerializableFile file) { bool ret = modshogunPINVOKE.WordMatrix_load_serializable__SWIG_1(swigCPtr, SerializableFile.getCPtr(file)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(SerializableFile obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }