Class Algorithm
java.lang.Object
pt.ist.phylolib.command.algorithm.Algorithm
- Direct Known Subclasses:
Edmonds,GloballyClosestPairs,GoeBURST,NeighbourJoining
public abstract class Algorithm extends java.lang.Object implements ICommand<Matrix,Tree>
Responsible for calculating a
phylogenetic tree from a distance matrix.-
Nested Class Summary
Nested classes/interfaces inherited from interface pt.ist.phylolib.command.ICommand
ICommand.IGetter<T> -
Field Summary
-
Constructor Summary
Constructors Constructor Description Algorithm() -
Method Summary
-
Constructor Details
-
Algorithm
public Algorithm()
-