示例#1
0
文件: fann.py 项目: ali60/fxTrader
 def destroy(self):
     """ 
     Destructs the entire network.
     Be sure to call this function after finished using the network.
     """
     libfann.fann_destroy(self.__ann)
示例#2
0
 def __del__(self):
     libfann.fann_destroy(self.__ann)