<< ann_som_gridtop Computation functions ann_som_linkdist >>

NeuralNet >> Computation functions > ann_som_hextop

ann_som_hextop

Hexagonal topology function.

Calling Sequence

neuron_pos = ann_som_hextop(dim)

Parameters

dim :

dimension

neuron_pos :

neurons position

Description

This is the function to create Hexagonal topology neuron

Examples

N = [5,5];
y = ann_som_hextop(N);
ann_som_plot2d(y);

See also

Authors


Report an issue
<< ann_som_gridtop Computation functions ann_som_linkdist >>