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

Enumeration of connection types for SOM. More...

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

Static Public Attributes

int grid_four = 0
 Grid type of connections when each oscillator has connections with left, upper, right, lower neighbors.
 
int grid_eight = 1
 Grid type of connections when each oscillator has connections with left, upper-left, upper, upper-right, right, right-lower, lower, lower-left neighbors.
 
int honeycomb = 2
 Grid type of connections when each oscillator has connections with left, upper-left, upper-right, right, right-lower, lower-left neighbors.
 
int func_neighbor = 3
 Grid type of connections when existance of each connection is defined by the SOM rule on each step of simulation.
 

Detailed Description

Enumeration of connection types for SOM.

See also
som

Definition at line 27 of file som.py.


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