GoLang FANNConnection::__construct

request it (267)
GoLang replacement for PHP's FANNConnection::__construct [edit | history]



Do you know a GoLang replacement for PHP's FANNConnection::__construct? Write it!

PHP FANNConnection::__construct

PHP original manual for FANNConnection::__construct [ show | php.net ]

FANNConnection::__construct

(PECL fann >= 1.0.0)

FANNConnection::__constructThe connection constructor

Description

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.