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