fann_get_num_output

(PECL fann >= 1.0.0)

fann_get_num_outputGet the number of output neurons

설명

int fann_get_num_output ( resource $ann )

Get the number of output neurons.

인수

ann

Neural network resource.

반환값

Number of output neurons, or FALSE on error

add a note add a note

User Contributed Notes

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