spoke.signal.kohonen
Class Proximite

java.lang.Object
  extended by spoke.signal.kohonen.Relation
      extended by spoke.signal.kohonen.Proximite
All Implemented Interfaces:
java.io.Serializable, Comparable

public class Proximite
extends Relation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.signal.kohonen.Relation
node
 
Constructor Summary
Proximite(int node)
           
 
Method Summary
 Relation compose(Relation q)
           
 double[] fn(double[] sample)
           
 
Methods inherited from class spoke.signal.kohonen.Relation
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proximite

public Proximite(int node)
Method Detail

compose

public Relation compose(Relation q)
Specified by:
compose in class Relation

fn

public double[] fn(double[] sample)
Specified by:
fn in class Relation