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

Ressource eines neuralen Netzwerks.

Rückgabewerte

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

Anmerkungen

Hinweis:

Diese Funktion ist nur verfügbar, wenn die Erweiterung fann mit libfann >= 2.2 kompiliert wurde.

Siehe auch

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top