©
本文档使用 PHP中文网手册 发布
(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.