|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unibi.techfak.jpredictor.clustering.Clustering
de.unibi.techfak.jpredictor.clustering.RelationalCalculation
public class RelationalCalculation
This class is designed to simply calculate all possible distance values between every two motifs and then print these values in a huge table.
| Field Summary |
|---|
| Fields inherited from class de.unibi.techfak.jpredictor.clustering.Clustering |
|---|
clusters, comm, consensus, mma, n, nucleotideVector, sma |
| Constructor Summary | |
|---|---|
RelationalCalculation(ICommunicator comm,
SingleMotifAlignment sma,
MultiMotifAlignment mma)
Inits the forward clustering. |
|
| Method Summary | |
|---|---|
(package private) void |
clusterStep()
Does nothing since it is never called. |
(package private) void |
initClustering()
Does nothing. |
(package private) void |
outputResults()
Prints out every relational value between each two motifs as a huge table. |
(package private) boolean |
stopTest(double threshold,
int clusternumber)
Returns true to stop immediately. |
| Methods inherited from class de.unibi.techfak.jpredictor.clustering.Clustering |
|---|
alignMotifs, setMotifList, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelationalCalculation(ICommunicator comm,
SingleMotifAlignment sma,
MultiMotifAlignment mma)
throws java.lang.NullPointerException
Clustering class.
java.lang.NullPointerException| Method Detail |
|---|
boolean stopTest(double threshold,
int clusternumber)
stopTest in class Clusteringthreshold - The threshold to end the clustering. Might be
Double.NaN to indicate, that the clustering should continue
fully.clusternumber - The number of clusters wished. Give zero or -1
to have a full clustering.
Clustering.stopTest(double, int)void initClustering()
initClustering in class ClusteringClustering.start(double, int)
void clusterStep()
throws java.lang.IllegalStateException
clusterStep in class Clusteringjava.lang.IllegalStateException - If a clustering could not be performed
due to some reason.void outputResults()
outputResults in class Clustering
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||