
AI::NeuralNet::FastSOM - Perl extension for fast Kohonen Maps

use AI::NeuralNet::FastSOM::Rect;
instead of
use AI::NeuralNet::SOM;

A drop-in replacement for Robert Barta's AI::NeuralNet::SOM. See those docs for details.

Bugs should always be submitted via the CPAN bug tracker

Explanation of the algorithm:
http://www.ai-junkie.com/ann/som/som1.html
Subclasses:
AI::NeuralNet::FastSOM::Hexa AI::NeuralNet::FastSOM::Rect AI::NeuralNet::FastSOM::Torus

Rick Myers, <jrm@cpan.org>

Copyright (C) 2009 by Rick Myers
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.