pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
Enumerator of internal network connection representation between oscillators. More...
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.