Dutch PHP Conference 2025 - Call For Papers

fann_set_weight

(PECL fann >= 1.0.0)

fann_set_weightSet a connection in the network

Опис

fann_set_weight(
    resource $ann,
    int $from_neuron,
    int $to_neuron,
    float $weight
): bool

Set a connections in the network.

Параметри

ann

Ресурс (resource) нейронної мережі.

from_neuron

The neuron where the connection starts

to_neuron

The neuron where the connection ends

weight

Connection weight

Значення, що повертаються

Повертає true у разі успіху або false у разі невдачі.

add a note

User Contributed Notes

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