Function
This app will train a Kohonen network.
Usage
TrainKoh parameterfile
Parameter File Example
WeightFile = iris-Koh.wgt 
DestinationFile = iris-Koh-trn.wgt 
TrainingFile = iris.lbl 
Epochs = 100 
LearningRate = 0.6 
Neighbourhood = {2, 2}
Parameter File Explained
WeightFile : weight file of network to train 
DestinationFile : weight file to save trained network to 
TrainingFile : training data file 
Epochs : number of epochs to trian for 
LearningRate : learning rate training parameter 
Neighbourhood : array of values specifying training neighbourhood.
Must begin with a { end with a } and be delimited by , 
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.