spoke.signal.kohonen
Class Carre

java.lang.Object
  extended by spoke.signal.kohonen.SOM
      extended by spoke.signal.kohonen.Damier
          extended by spoke.signal.kohonen.Carre
All Implemented Interfaces:
java.io.Serializable

public class Carre
extends Damier

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.signal.kohonen.Damier
height, width
 
Fields inherited from class spoke.signal.kohonen.SOM
dimension, l, node, r
 
Constructor Summary
Carre(int dimension, int width, int height)
           
 
Method Summary
 SOMNode node(int n)
           
 double[][][] surface()
           
 
Methods inherited from class spoke.signal.kohonen.Damier
coordonnee, index
 
Methods inherited from class spoke.signal.kohonen.SOM
learn, segment, use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Carre

public Carre(int dimension,
             int width,
             int height)
Method Detail

node

public SOMNode node(int n)

surface

public double[][][] surface()
Overrides:
surface in class SOM