Class MapNeuron

This class represents an element of a NeuronMatrix. It is a specific class for a Kohonen Feature Map neural net.


public class MapNeuron

Extends


java.lang.Object

  Neuron

Instantiated by


NeuronMatrix

Constructors


public MapNeuron ()

public MapNeuron ( int x, int y )

Creates a map neuron with a x and y position on the feature map.

Methods


int getXPos ()

Returns the x-coordinate of a map neuron's position on the map.

 

int getYPos ()

Returns the y-coordinate of a map neuron's position on the map.

 

void init ( int x, int y )

Initializes a map neuron's position on the map with a x and y coordinate.

Neural Net Components in an Object Oriented Class Structure