|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.signal.kohonen.SOM
public abstract class SOM
Field Summary | |
---|---|
int |
dimension
|
protected double |
l
|
SOMNode[] |
node
|
protected double |
r
|
Constructor Summary | |
---|---|
SOM(int dimension)
|
Method Summary | |
---|---|
void |
learn(double[] sample,
java.lang.String code,
double lability)
|
double[][][] |
segment()
|
double[][][] |
surface()
|
int |
use(double[] sample)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int dimension
public SOMNode[] node
protected double l
protected double r
Constructor Detail |
---|
public SOM(int dimension)
Method Detail |
---|
public void learn(double[] sample, java.lang.String code, double lability)
public int use(double[] sample)
public double[][][] segment()
public double[][][] surface()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |