fann_get_num_input
PHP Manual
PHP Manual»Fann Funzioni»fann_get_num_input

fann_get_num_input

(PECL fann >= 1.0.0)

fann_get_num_inputGet the number of input neurons

Descrizione

function fann_get_num_input(resource $ann): int

Get the number of input neurons.

Elenco dei parametri

ann
Neural network resource.

Valori restituiti

Number of input neurons, or false on error

To Top