The FANNConnection class
(No version information available, might only be in Git)
はじめに
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().
クラス概要
class FANNConnection
{
/* プロパティ */
public
$from_neuron;
public
$to_neuron;
public
$weight;
/* メソッド */
}プロパティ
- from_neuron
-
The neuron where the connection starts.
- to_neuron
-
The neuron where the connection ends.
- weight
-
The weight of the connection.
目次
- FANNConnection::__construct — The connection constructor
- FANNConnection::getFromNeuron — Returns the postions of starting neuron
- FANNConnection::getToNeuron — Returns the postions of terminating neuron
- FANNConnection::getWeight — Returns the connection weight
- FANNConnection::setWeight — Sets the connections weight
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google