The Complete SPRLIB & ANNLIB

koh_test_net

- constructs a two-dimensional Kohonen network with two inputs

SYNOPSIS

NET *koh_test_net (rows, cols)

ARGUMENTS

int row The number of units in the x-direction.
int cols The number of units in the y-direction.

RETURNS

A pointer to a constructed Kohonen network if succesful, NULL if not.

FUNCTION

This function creates a regular 2-dimensional Kohonen network using create_koh_net. All weights are initialized to be 1/x (weight 1) or 1/y (weight 2).

NOTE

This routine is included mainly for testing purposes.

SEE ALSO

create_koh_net

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