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. More...
 
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. More...
 
int honeycomb = 2
 Grid type of connections when each oscillator has connections with left, upper-left, upper-right, right, right-lower, lower-left neighbors. More...
 
int func_neighbor = 3
 Grid type of connections when existance of each connection is defined by the SOM rule on each step of simulation. More...
 

Detailed Description

Enumeration of connection types for SOM.

See also
som

Definition at line 48 of file som.py.

Member Data Documentation

◆ func_neighbor

int pyclustering.nnet.som.type_conn.func_neighbor = 3
static

Grid type of connections when existance of each connection is defined by the SOM rule on each step of simulation.

Definition at line 66 of file som.py.

◆ grid_eight

int pyclustering.nnet.som.type_conn.grid_eight = 1
static

Grid type of connections when each oscillator has connections with left, upper-left, upper, upper-right, right, right-lower, lower, lower-left neighbors.

Definition at line 60 of file som.py.

◆ grid_four

int pyclustering.nnet.som.type_conn.grid_four = 0
static

Grid type of connections when each oscillator has connections with left, upper, right, lower neighbors.

Definition at line 57 of file som.py.

◆ honeycomb

int pyclustering.nnet.som.type_conn.honeycomb = 2
static

Grid type of connections when each oscillator has connections with left, upper-left, upper-right, right, right-lower, lower-left neighbors.

Definition at line 63 of file som.py.


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