AI-NeuralNet-Kohonen
view release on metacpan or search on metacpan
Can't find it now. Updated tests to cope :(
0.141 Fri May 05 20:19:00 2006
Repacked
0.14 Fri May 05 20:19:00 2006
Updated SYNOPSIS from ::Visual code, and a minor bug:
thanks to diligent eye of Przemek Blaskiewicz
0.132 Web Apr 17 11:40:00 2003
Some minor interface changes.
Created *::Input class
0.0131 Thu Mar 20 11:55:00 2003
Added epoch_start callback.
0.013 Mon Mar 17 14:49:00 2003
Added 'neighbour_factor' field
Method 'load_file' becomes 'load_input', as we may allow
the loading of map fiels too.
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: AI-NeuralNet-Kohonen
version: 0.142
version_from: lib/AI/NeuralNet/Kohonen.pm
installdirs: site
requires:
version: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30
lib/AI/NeuralNet/Kohonen.pm view on Meta::CPAN
=head1 METHOD map_results
Clears the C<map> and fills it with the results.
The sole paramter is passed to the L<METHOD clear_map>.
L<METHOD get_results> is then called, and the results
returned fed into the object field C<map>.
This may change, as it seems misleading to re-use that field.
=cut
sub map_results { my $self=shift;
}
=head1 METHOD dump
( run in 4.046 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )