fann_copy

PECL fann >= 1.0.0
fann_copy - Creates a copy of a fann structure
Manual

fann_copy( resource$ann ): resource

Creates a copy of a fann structure.

Parameters

ann

Neural network resource.

Return Values

Returns a copy of neural network resource on success, or false on error

Notes

Note:

This function is only available if the fann extension has been build against libfann >= 2.2.

Related Functions

Function fann_copy:

  • Manual

FANN (Fast Artificial Neural Network) Functions

Most used PHP functions