fann_get_layer_array

(PECL fann >= 1.0.0)
Get the number of neurons in each layer in the network
array fann_get_layer_array ( resource $ann )

Get the number of neurons in each layer in the neural network.

Bias is not included so the layers match the fann_create functions.

Parameters:
ann

Neural network resource.

Returns:

An array of numbers of neurons in each leayer

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.