©
이 문서에서는 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.