def destroy(self): """ Destructs the entire network. Be sure to call this function after finished using the network. """ libfann.fann_destroy(self.__ann)
def __del__(self): libfann.fann_destroy(self.__ann)