spoke.signal.kohonen
Class Relation

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

public abstract class Relation
extends java.lang.Object
implements Comparable, java.io.Serializable

See Also:
Serialized Form

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

Field Detail

node

public int node
Constructor Detail

Relation

public Relation(int node)
Method Detail

compose

public abstract Relation compose(Relation q)

fn

public abstract double[] fn(double[] sample)

compareTo

public int compareTo(Comparable comparable)
Specified by:
compareTo in interface Comparable