©
This document uses PHP Chinese website manual Release
(No version information available, might only be in Git)
FANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array() and fann_set_weight_array() .
$from_neuron
, int $to_neuron
, float $weight
)$weight
)The neuron where the connection starts.
The neuron where the connection ends.
The weight of the connection.