Uses of Interface
pal.tree.ClusterTree.ClusteringMethod
-
Packages that use ClusterTree.ClusteringMethod Package Description pal.supgma pal.tree Classes for providing the data structure of trees, for constructing and modifying trees, and for parameterizing trees (e.g., clock constraint). -
-
Uses of ClusterTree.ClusteringMethod in pal.supgma
Methods in pal.supgma with parameters of type ClusterTree.ClusteringMethod Modifier and Type Method Description TreeSUPGMABase. generateAlignmentBootstrappedSUPGMATree(AlgorithmCallback callback, ClusterTree.ClusteringMethod cm, SUPGMABase.PopulationParameters pp, int numberOfReplicates, LMSSolver solver)TreeSUPGMABase.PopulationParameters. generateSUPGMATree(ClusterTree.ClusteringMethod cm)TreeSUPGMABase.PopulationParameters. generateSUPGMATree(AlgorithmCallback callback, ClusterTree.ClusteringMethod cm, DistanceMatrixGenerator replicateSource, int numberOfAlignmentBootstrapReplicates, LMSSolver solver)TreeSUPGMABase. solve(AlgorithmCallback callback, ClusterTree.ClusteringMethod cm, LMSSolver solver)Constructors in pal.supgma with parameters of type ClusterTree.ClusteringMethod Constructor Description SUPGMATree(DistanceMatrix m, TimeOrderCharacterData tocd, double rate, ClusterTree.ClusteringMethod cm)constructor SUPGMA treeSUPGMATree(DistanceMatrix m, TimeOrderCharacterData tocd, DeltaModel deltaModel, boolean allowNegatives, ClusterTree.ClusteringMethod cm)constructor SUPGMA tree -
Uses of ClusterTree.ClusteringMethod in pal.tree
Fields in pal.tree declared as ClusterTree.ClusteringMethod Modifier and Type Field Description static ClusterTree.ClusteringMethodClusterTree. COMPLETE_LINKAGEstatic ClusterTree.ClusteringMethodClusterTree. SINGLE_LINKAGEstatic ClusterTree.ClusteringMethodClusterTree. UPGMAstatic ClusterTree.ClusteringMethodClusterTree. WPGMAConstructors in pal.tree with parameters of type ClusterTree.ClusteringMethod Constructor Description ClusterTree(DistanceMatrix dm, ClusterTree.ClusteringMethod cm)
-