![]() |
pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
Enumerator of internal network connection representation between oscillators. More...
Inheritance diagram for pyclustering.nnet.conn_represent:
Collaboration diagram for pyclustering.nnet.conn_represent:Static Public Attributes | |
| int | LIST = 0; |
| Each oscillator has list of his neighbors. | |
| int | MATRIX = 1; |
| Connections are represented my matrix connection NxN, where N is number of oscillators. | |
Enumerator of internal network connection representation between oscillators.
Definition at line 69 of file __init__.py.