pyclustering.nnet.cnn.type_conn Class Reference

Enumeration of connection types for Chaotic Neural Network. More...

+ Inheritance diagram for pyclustering.nnet.cnn.type_conn:
+ Collaboration diagram for pyclustering.nnet.cnn.type_conn:

Static Public Attributes

int ALL_TO_ALL = 0,
 All oscillators have connection with each other. More...
 
int TRIANGULATION_DELAUNAY = 1,
 Connections between oscillators are created in line with Delaunay triangulation. More...
 

Detailed Description

Enumeration of connection types for Chaotic Neural Network.

See also
cnn_network

Definition at line 48 of file cnn.py.

Member Data Documentation

◆ ALL_TO_ALL

int pyclustering.nnet.cnn.type_conn.ALL_TO_ALL = 0,
static

All oscillators have connection with each other.

Definition at line 57 of file cnn.py.

◆ TRIANGULATION_DELAUNAY

int pyclustering.nnet.cnn.type_conn.TRIANGULATION_DELAUNAY = 1,
static

Connections between oscillators are created in line with Delaunay triangulation.

Definition at line 60 of file cnn.py.


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