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().
Synopsis de la classe
FANNConnection
{
/* Propriétés */
public
$from_neuron
;
public
$to_neuron
;
public
$weight
;
/* Méthodes */
}Propriétés
- from_neuron
-
The neuron where the connection starts.
- to_neuron
-
The neuron where the connection ends.
- weight
-
The weight of the connection.
Sommaire
- FANNConnection::__construct — Le constructeur de connexion
- FANNConnection::getFromNeuron — Retourne la position du neurone de départ
- FANNConnection::getToNeuron — Retourne la position du neurone de fin
- FANNConnection::getWeight — Retourne le poids de la connexion
- FANNConnection::setWeight — Défini le poids de la connexion