pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
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.
 
int TRIANGULATION_DELAUNAY = 1,
 Connections between oscillators are created in line with Delaunay triangulation.
 

Detailed Description

Enumeration of connection types for Chaotic Neural Network.

See also
cnn_network

Definition at line 27 of file cnn.py.


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