next up previous
Next: Artificial neural network library Up: Statistical pattern recognition library Previous: Supporting data set functions

Pattern recognition algorithms in SPRLIB

Here follows a brief list of the pattern recognition methods implemented in the pattern recognition part of the library. The reader is reffered to the existing literature on pattern recognition for the details of the different functions, or to the reference part for a global explanation.

Note that most pattern recognition methods require more than one function call. This means that in most cases first an initialization function has to be called before the actual method (read function) is applied. For instance when using the k-nearest neighbour method first the function knn_init must be called, after which the different samples can be classified using knn_classify. Finally when having done all classifications the function knn_free) has to be executed to free all the memory structures which were needed for the k-nearest neighbour classifier.



Created by LaTeX2HTML on Thu Mar 5 16:02:50 MET 1998