public bool save(string configuration_file) { bool ret = fanndoublePINVOKE.neural_net_save(swigCPtr, configuration_file); if (fanndoublePINVOKE.SWIGPendingException.Pending) throw fanndoublePINVOKE.SWIGPendingException.Retrieve(); return ret; }