Example #1
0
 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)
Example #2
0
 def __del__(self):
     libfann.fann_destroy_train(self.__train_data)