Fann 函数
PHP Manual

fann_destroy

(PECL fann >= 1.0.0)

fann_destroyDestroys the entire network and properly freeing all the associated memory

说明

bool fann_destroy ( resource $ann )

Destroys the entire network and properly freeing all the associated memory.

参数

ann

Neural network resource.

返回值

Returns TRUE on success, or FALSE otherwise.


Fann 函数
PHP Manual