AI::NeuralNet::Kohonen::Input - an input vector for AI::NeuralNet::Kohonen


AI-NeuralNet-Kohonen documentation  | view source Contained in the AI-NeuralNet-Kohonen distribution.

Index


NAME

Top

AI::NeuralNet::Kohonen::Input - an input vector for AI::NeuralNet::Kohonen

DESCRIPTION

Top

Implimentation of an input vector for the Kohonen SOM: AI::NeuralNet::Kohonen.

CONSTRUCTOR (new)

Top

dim

Scalar - the number of dimensions of this input vector. Need not be supplied if values is supplied.

values

Reference to an array containing the values for this input vector. There should be one entry for each dimension, with unknown values having the value undef.

class

Optional class label string for this input vector.

SEE ALSO

Top

The AI::NeuralNet::Kohonen.

AUTHOR AND COYRIGHT

Top

This implimentation Copyright (C) Lee Goddard, 2003. All Rights Reserved.

Available under the same terms as Perl itself.


AI-NeuralNet-Kohonen documentation  | view source Contained in the AI-NeuralNet-Kohonen distribution.