fann_get_num_input

(PECL fann >= 1.0.0)

fann_get_num_inputGet the number of input neurons

Açıklama

fann_get_num_input(resource$ann): int

Get the number of input neurons.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

Number of input neurons, or false on error

To Top