コード例 #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
ファイル: fann.py プロジェクト: claytontey/libmachinelearning
 def __del__(self):
     libfann.fann_destroy(self.__ann)