You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BioFSharp.Stats/PhylTree.fs
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
openBioFSharp
4
4
openFSharp.Stats.ML.Unsupervised
5
+
openPriority_Queue
5
6
6
7
modulePhylTree =
7
8
@@ -26,20 +27,27 @@ module PhylTree =
26
27
/// <parameter name="distanceFunction">a function that determines the distance between two sequences e.g. evolutionary distance based on a substitution model</parameter>
27
28
/// <parameter name="linker">the linker function to join clusters with</parameter>
/// Performs hierarchical clustering of the input TaggedSequences using the provided distance function. Returns the result as a Phylogenetic tree.</summary>
39
47
/// </summary>
40
48
/// <parameter name="distanceFunction">a function that determines the distance between two sequences e.g. evolutionary distance based on a substitution model</parameter>
0 commit comments