The FANNConnection class
(No version information available, might only be in Git)
Class synopsis
FANNConnection
{
public __construct
(
int $from_neuron
,
int $to_neuron
,
float $weight
)
}
Properties
- from_neuron
-
The neuron where the connection starts.
- to_neuron
-
The neuron where the connection ends.
- weight
-
The weight of the connection.
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.