Function
This app will create and save a randomly initialised Kohonen network of the specified architecture.
Usage
CreateKoh parameterfile
Parameter File Example
Inputs = 4
Dimensions = 2
MapDim = 10 10
MinWeight = -1.0
MaxWeight = 1.0
FileName = IrisKoh.wgt
Parameter File Explained
Inputs : number of input to the Kohonen
Dimensions : dimensionality of the output map
MapDim : specifies size of each map dimension. Must be after Dimensions
and have as many numbers as map dimensions.
MinWeight : minimum bound on initial weights
MaxWeight : maximum bound on initial weights
FileName : file to save Kohonen to
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.