FANN (Fast Artificial Neural Network)Inhaltsverzeichnis
The FANNConnection classEinführungFANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array and fann_set_weight_array. KlassenbeschreibungFANNConnection
class FANNConnection
{
/* Eigenschaften */
public
$from_neuron
;
public
$to_neuron
;
public
$weight
;
/* Methoden */
public __construct
( int
$from_neuron
, int $to_neuron
, float $weight
)
public int getFromNeuron
( void
)
public int getToNeuron
( void
)
public void getWeight
( void
)
public bool setWeight
( float
}$weight
)Eigenschaften
|