fann_copy

(PECL fann >= 1.0.0)

fann_copyCreates a copy of a fann structure

Beschreibung

fann_copy ( resource $ann ) : resource

Creates a copy of a fann structure.

Parameter-Liste

ann

Resource eines neuralen Netzwerks.

Rückgabewerte

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

Anmerkungen

Hinweis:

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

Siehe auch

  • fann_test() - Test with a set of inputs, and a set of desired outputs