FANNConnection::__construct
PHP Manual
PHP Manual»FANNConnection»FANNConnection::__construct

FANNConnection::__construct

(PECL fann >= 1.0.0)

FANNConnection::__constructThe connection constructor

Açıklama

public function FANNConnection::__construct(int $from_neuron, int $to_neuron, float $weight)

Create new connection and initialize its params. After creating the connection, only weight can be changed.

Bağımsız Değişkenler

from_neuron

The position number of starting neuron.

to_neuron

The position number of terminating neuron.

weight

The connection weight value.

To Top