Class GoeBURST
java.lang.Object
pt.ist.phylolib.command.algorithm.Algorithm
pt.ist.phylolib.command.algorithm.goeburst.GoeBURST
public class GoeBURST extends Algorithm
Responsible for calculating a
phylogenetic tree from a distance matrix using the goeBURST algorithm.-
Nested Class Summary
Nested classes/interfaces inherited from interface pt.ist.phylolib.command.ICommand
ICommand.IGetter<T> -
Field Summary
-
Constructor Summary
Constructors Constructor Description GoeBURST() -
Method Summary
-
Constructor Details
-
GoeBURST
public GoeBURST()
-
-
Method Details
-
init
Description copied from interface:ICommandInitializes this command with the given context and options.- Parameters:
context- the current context of the programoptions- the options for this command
-
process
Description copied from interface:ICommandProcesses this command's input data into an output data.- Parameters:
matrix- the input data of this command- Returns:
- the output data resultant from processing the input data with this command
-