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

Enumerator of connection types between oscillators. More...

+ Inheritance diagram for pyclustering.nnet.conn_type:
+ Collaboration diagram for pyclustering.nnet.conn_type:

Static Public Attributes

int NONE = 0;
 No connection between oscillators.
 
int ALL_TO_ALL = 1;
 All oscillators have connection with each other.
 
int GRID_FOUR = 2;
 Connections between oscillators represent grid where one oscillator can be connected with four neighbor oscillators: right, upper, left, lower.
 
int GRID_EIGHT = 3;
 Connections between oscillators represent grid where one oscillator can be connected with eight neighbor oscillators: right, right-upper, upper, upper-left, left, left-lower, lower, lower-right.
 
int LIST_BIDIR = 4;
 Connections between oscillators represent bidirectional list.
 
int DYNAMIC = 5;
 Connections are defined by user or by network during simulation.
 

Detailed Description

Enumerator of connection types between oscillators.

Definition at line 44 of file __init__.py.


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