![]() |
pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
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. | |
| time | |
| Sequence of simulation steps of the network. | |
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 115 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().