php8.5
Home/ Manual/ reference / fann/ The FANNConnection class

The FANNConnection class

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.

Intro

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

Class synopsis

class FANNConnection { }

Properties

from_neuron

The neuron where the connection starts.

to_neuron

The neuron where the connection ends.

weight

The weight of the connection.

Fannconnection

In this section

Source: reference/fann/fannconnection.xml · from the official PHP manual (php/doc-en)