spoke.signal.kohonen
Class SOMNode

java.lang.Object
  extended by spoke.signal.kohonen.Node
      extended by spoke.signal.kohonen.SOMNode
All Implemented Interfaces:
java.io.Serializable

public class SOMNode
extends Node

See Also:
Serialized Form

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

SOMNode

public SOMNode(double[] weight)
Method Detail

move

public void move(double[] sample,
                 double l)

addElement

public void addElement(Relation obj)

trimToSize

public void trimToSize()

elements

public java.util.Enumeration elements()