Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22288 программистов и 1158 роботов. Сейчас ищут 727 программистов ...
Приступая к работе

The FANNConnection class

Вернуться к: FANN

(Информация о версии неизвестна, возможно, только в SVN)

Введение

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

Обзор классов

FANNConnection {
/* Свойства */
public $from_neuron ;
public $to_neuron ;
public $weight ;
/* Методы */
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 )
}

Свойства

from_neuron

The neuron where the connection starts.

to_neuron

The neuron where the connection ends.

weight

The weight of the connection.

Содержание



Вернуться к: FANN

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware