fann_copy

(PECL fann >= 1.0.0)

fann_copyCreates a copy of a fann structure

설명

resource fann_copy ( resource $ann )

Creates a copy of a fann structure.

인수

ann

Neural network resource.

반환값

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

참고

  • 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