|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.signal.kohonen.Node
spoke.signal.kohonen.SOMNode
public class SOMNode
Field Summary |
---|
Fields inherited from class spoke.signal.kohonen.Node |
---|
code, weight |
Constructor Summary | |
---|---|
SOMNode(double[] weight)
|
Method Summary | |
---|---|
void |
addElement(Relation obj)
|
java.util.Enumeration |
elements()
|
void |
move(double[] sample,
double l)
|
void |
trimToSize()
|
Methods inherited from class spoke.signal.kohonen.Node |
---|
distance, move, randomize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOMNode(double[] weight)
Method Detail |
---|
public void move(double[] sample, double l)
public void addElement(Relation obj)
public void trimToSize()
public java.util.Enumeration elements()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |