FANNConnection ��

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

���

FANNConnection ����������������ӡ� ����Ķ���һ����fann_get_connection_array() �� fann_set_weight_array()�����б�ʹ�á�

��ժҪ

FANNConnection {
/* ���� */
public $from_neuron ;
public $to_neuron ;
public $weight ;
/* ���� */
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 ) : bool
}

����

from_neuron

��ʼ���ӵ���Ԫ��

to_neuron

�������ӵ���Ԫ��

weight

���ӵ�Ȩ�ء�

Table of Contents