============================= This directory contains a very simple implementation of the LVQ1 and LVQ2.1 algorithms. One can use these functions directly to create a set of prototypes and perform the training using each of the mentioned algorithms. The classifier itself is also implemented. At this point the classifier returns only the shortest distances to every class type and no decision is made. The user needs to modify the code and place a discriminator based on the output if one wants the decision to be made by the classifier. ====================== Old working rev: Revision: 4901