The Complete SPRLIB & ANNLIB

create_koh_links

- create all the links needed for a Kohonen network (LOCAL)

SYNOPSIS

int create_koh_links (net)

ARGUMENTS

NET *net A pointer to a NET structure containing units.

RETURNS

TRUE if an error was detected, FALSE if not.

FUNCTION

This function adds all the links to a Kohonen type network. It supposes that all units have already been added to net using the create_koh_units function. All units in the input layer are linked to all units in the map. For reasons of memory efficiency, only input links are created; output links are not used.

NOTE

This function is called by the create_koh_net function. The malloc_link function is used to allocate the links.

SEE ALSO

create_koh_net, create_koh_units, create_koh_weights

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998