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. More...
 
int MATRIX = 1;
 Connections are represented my matrix connection NxN, where N is number of oscillators. More...
 

Detailed Description

Enumerator of internal network connection representation between oscillators.

Definition at line 84 of file __init__.py.

Member Data Documentation

◆ LIST

int pyclustering.nnet.conn_represent.LIST = 0;
static

Each oscillator has list of his neighbors.

Definition at line 91 of file __init__.py.

◆ MATRIX

int pyclustering.nnet.conn_represent.MATRIX = 1;
static

Connections are represented my matrix connection NxN, where N is number of oscillators.

Definition at line 94 of file __init__.py.


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