|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcross.commands.fragments.AFragmentCommand
maltcms.commands.fragments.cluster.ClusteringAlgorithm
maltcms.commands.fragments.cluster.UPGMAAlgorithm
public class UPGMAAlgorithm
Implements UPGMA Algorithm by ? (cite ...) FIXME add citation
| Constructor Summary | |
|---|---|
UPGMAAlgorithm()
|
|
UPGMAAlgorithm(double[][] distances,
String[] names)
|
|
UPGMAAlgorithm(double[][] distances,
cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> fragments,
PairwiseFeatureSequenceSimilarity ld)
|
|
| Method Summary | |
|---|---|
double[] |
dmat(int i,
int j,
int k)
|
void |
findBestD(int numclust)
|
void |
joinIJtoK(int i,
int j,
int k,
double[] dist)
|
static void |
main(String[] args)
|
| Methods inherited from class cross.commands.fragments.AFragmentCommand |
|---|
addListener, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResult, addWorkflowResults, addWorkflowResults, appendXML, canEqual, createBlockingCompletionService, createCompletionService, createNonBlockingCompletionService, createWorkFragment, createWorkFragments, equals, fireEvent, getWorkflow, hashCode, initSubCommand, mapToInput, postProcess, removeListener, setWorkflow |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UPGMAAlgorithm()
public UPGMAAlgorithm(double[][] distances,
String[] names)
public UPGMAAlgorithm(double[][] distances,
cross.datastructures.tuple.TupleND<cross.datastructures.fragments.IFileFragment> fragments,
PairwiseFeatureSequenceSimilarity ld)
| Method Detail |
|---|
public static void main(String[] args)
public double[] dmat(int i,
int j,
int k)
dmat in class ClusteringAlgorithmpublic void findBestD(int numclust)
findBestD in class ClusteringAlgorithm
public void joinIJtoK(int i,
int j,
int k,
double[] dist)
joinIJtoK in class ClusteringAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||