No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

The FANNConnection class

(No version information available, might only be in Git)

Introduction

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().

PHP: FANNConnection - Manual Home of Manuel PHP  Contents Haut

Class synopsis

FANNConnection {
/* Properties */
public $from_neuron ;
public $to_neuron ;
public $weight ;
/* Methods */
public __construct ( int $from_neuron , int $to_neuron , float $weight )
public getFromNeuron ( void ) : int
public getToNeuron ( void ) : int
public getWeight ( void ) : void
public setWeight ( float $weight ) : void
}

PHP: FANNConnection - Manual Home of Manuel PHP  Contents Haut

Properties

from_neuron

The neuron where the connection starts.

to_neuron

The neuron where the connection ends.

weight

The weight of the connection.

PHP: FANNConnection - Manual Home of Manuel PHP  Contents Haut

Table of Contents

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph