Fann Funktionen
PHP Manual

fann_destroy

(PECL fann >= 1.0.0)

fann_destroyDestroys the entire network and properly freeing all the associated memory

Beschreibung

bool fann_destroy ( resource $ann )

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

Parameter-Liste

ann

Neural network resource.

Rückgabewerte

Returns TRUE on success, or FALSE otherwise.


Fann Funktionen
PHP Manual