|
|||||||||
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
spoke.signal.kohonen.Carre
public class Carre
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 |
---|
public Carre(int dimension, int width, int height)
Method Detail |
---|
public SOMNode node(int n)
public double[][][] surface()
surface
in class SOM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |