org.forester.evoinference.distance
Class NeighborJoining

java.lang.Object
  extended by org.forester.evoinference.distance.NeighborJoining

public final class NeighborJoining
extends java.lang.Object


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

Method Detail

execute

public final Phylogeny execute(BasicSymmetricalDistanceMatrix distance)

execute

public final java.util.List<Phylogeny> execute(java.util.List<BasicSymmetricalDistanceMatrix> distances_list)

createInstance

public static final NeighborJoining createInstance()

createInstance

public static final NeighborJoining createInstance(boolean verbose)