FANNConnection::__construct

(PECL fann >= 1.0.0)
The connection constructor
public 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.

Parameters:
from_neuron

The postion number of starting neuron.

to_neuron

The postion number of terminating neuron.

weight

The connection weight value.

doc_php
2016-02-24 16:06:04
Comments
Leave a Comment

Please login to continue.