org.forester.phylogenyinference
Class NeighborJoining

java.lang.Object
  extended by org.forester.phylogenyinference.NeighborJoining

public class NeighborJoining
extends Object


Method Summary
static NeighborJoining createInstance()
           
 Phylogeny execute(DistanceMatrix distance)
           
 List<Phylogeny> execute(List<DistanceMatrix> distances_list)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public Phylogeny execute(DistanceMatrix distance)

execute

public List<Phylogeny> execute(List<DistanceMatrix> distances_list)

setVerbose

public void setVerbose(boolean verbose)

createInstance

public static NeighborJoining createInstance()