public bool load_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.CharStringList_load_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.LongIntSparseVector_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.CharStringList_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.LongIntSparseVector_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); 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 override bool save_serializable(SerializableFile file, string prefix) { bool ret = modshogunPINVOKE.DynamicLongArray_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.CrossValidationResult_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.CrossValidationResult_save_serializable__SWIG_0(swigCPtr, SerializableFile.getCPtr(file), prefix); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }