Uses of Interface
pal.supgma.SUPGMABase.PopulationParameters

Packages that use SUPGMABase.PopulationParameters
pal.supgma   
 

Uses of SUPGMABase.PopulationParameters in pal.supgma
 

Methods in pal.supgma that return SUPGMABase.PopulationParameters
 SUPGMABase.PopulationParameters SUPGMABase.process(AlgorithmCallback callback, LMSSolver solver)
           
 SUPGMABase.PopulationParameters SUPGMABase.process(DistanceMatrixAccess alternativeSource, AlgorithmCallback callback, LMSSolver solver)
           
 

Methods in pal.supgma with parameters of type SUPGMABase.PopulationParameters
 Tree SUPGMABase.generateAlignmentBootstrappedSUPGMATree(AlgorithmCallback callback, ClusterTree.ClusteringMethod cm, SUPGMABase.PopulationParameters pp, int numberOfReplicates, LMSSolver solver)