pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.nnet.conn_represent Class Reference

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.
 

Detailed Description

Enumerator of internal network connection representation between oscillators.

Definition at line 69 of file __init__.py.


The documentation for this class was generated from the following file: