spoke.signal.kohonen
Class Damier

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

public abstract class Damier
extends SOM

See Also:
Serialized Form

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

Field Detail

width

protected int width

height

protected int height
Constructor Detail

Damier

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

coordonnee

public int[] coordonnee(int n)

index

public int index(int x,
                 int y)