예제 #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)