|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.signal.kohonen.Relation
public abstract class Relation
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 |
---|
public int node
Constructor Detail |
---|
public Relation(int node)
Method Detail |
---|
public abstract Relation compose(Relation q)
public abstract double[] fn(double[] sample)
public int compareTo(Comparable comparable)
compareTo
in interface Comparable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |