Query: fannconnection
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANNCONNECTION(3) 1 FANNCONNECTION(3) The FANNConnection classINTRODUCTIONFANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array(3) and fann_set_weight_array(3).CLASS SYNOPSISFANNConnection FANNConnection Properties o public$from_neuron o public$to_neuron o public$weight Methods o public FANNConnection::__construct (int $from_neuron, int $to_neuron, float $weight) o public int FANNConnection::getFromNeuron (void ) o public int FANNConnection::getToNeuron (void ) o public void FANNConnection::getWeight (void ) o public bool FANNConnection::setWeight (float $weight)PROPERTIESo $from_neuron -The neuron where the connection starts. o $to_neuron -The neuron where the connection ends. o $weight -The weight of the connection. PHP Documentation Group FANNCONNECTION(3)
| Related Man Pages |
|---|
| yaf_config_simple(3) - php |
| directoryiterator(3) - php |
| mysqlnduhconnection(3) - php |
| reflectionfunctionabstract(3) - php |
| splstack(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Please Welcome Don Cragun as Lead Moderator |