![]() |
Container of output dynamic of the chaotic neural network where states of each neuron during simulation are stored. More...
Public Member Functions | |
| def | __init__ (self, output=None, time=None) |
| Costructor of the chaotic neural network output dynamic. More... | |
| def | __len__ (self) |
| (uint) Returns amount of simulation steps that are stored. | |
| def | allocate_observation_matrix (self) |
| Allocates observation matrix in line with output dynamic of the network. More... | |
| def | allocate_sync_ensembles (self, steps) |
| Allocate clusters in line with ensembles of synchronous neurons where each synchronous ensemble corresponds to only one cluster. More... | |
Public Attributes | |
| output | |
| Output value of each neuron on each iteration. More... | |
| time | |
| Sequence of simulation steps of the network. More... | |
Container of output dynamic of the chaotic neural network where states of each neuron during simulation are stored.
| def pyclustering.nnet.cnn.cnn_dynamic.__init__ | ( | self, | |
output = None, |
|||
time = None |
|||
| ) |
| def pyclustering.nnet.cnn.cnn_dynamic.allocate_observation_matrix | ( | self | ) |
| def pyclustering.nnet.cnn.cnn_dynamic.allocate_sync_ensembles | ( | self, | |
| steps | |||
| ) |
Allocate clusters in line with ensembles of synchronous neurons where each synchronous ensemble corresponds to only one cluster.
| [in] | steps | (double): Amount of steps from the end that is used for analysis. During specified period chaotic neural network should have stable output otherwise inccorect results are allocated. |
Definition at line 136 of file cnn.py.
Referenced by pyclustering.gcolor.hysteresis.hysteresis_analyser.allocate_clusters(), pyclustering.cluster.syncnet.syncnet_analyser.allocate_clusters(), and pyclustering.gcolor.sync.syncgcolor_analyser.allocate_color_clusters().
| pyclustering.nnet.cnn.cnn_dynamic.output |
Output value of each neuron on each iteration.
Definition at line 81 of file cnn.py.
Referenced by pyclustering.nnet.sync.sync_dynamic.__getitem__(), pyclustering.nnet.cnn.cnn_dynamic.__len__(), pyclustering.nnet.cnn.cnn_dynamic.allocate_observation_matrix(), pyclustering.nnet.sync.sync_dynamic.allocate_phase_matrix(), pyclustering.nnet.cnn.cnn_dynamic.allocate_sync_ensembles(), pyclustering.nnet.sync.sync_dynamic.calculate_local_order_parameter(), and pyclustering.nnet.sync.sync_dynamic.calculate_order_parameter().
| pyclustering.nnet.cnn.cnn_dynamic.time |
Sequence of simulation steps of the network.
Definition at line 84 of file cnn.py.
Referenced by pyclustering.nnet.sync.sync_dynamic.__getitem__().