|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.signal.kohonen.SOM
spoke.signal.kohonen.Damier
public abstract class Damier
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 |
---|
protected int width
protected int height
Constructor Detail |
---|
public Damier(int dimension, int width, int height)
Method Detail |
---|
public int[] coordonnee(int n)
public int index(int x, int y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |