fann_get_num_output

(PECL fann >= 1.0.0)

fann_get_num_outputGet the number of output neurons

Açıklama

fann_get_num_output(resource$ann): int

Get the number of output neurons.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

Number of output neurons, or false on error

To Top