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
Report the diameter of any cluster, i.e. max (k, n in cluster) = distance (k, n).
Permit, optionally, to reduce/split clusters so that a maximum diameter specified a priori is enforced. The strategy for how to enforce diameter maxima is not entirely clear, because multiple options appear feasible.
A general implementation would either require all pairwise TN93 distances, as opposed to only those that are ≤ threshold) to be available (not desirable due to file sizes), or the ability to recompute distances on the fly, which would entail subsequent calls to TN93 to compute distances between all sequences in a cluster.
The text was updated successfully, but these errors were encountered:
It might be desirable to
max (k, n in cluster) = distance (k, n)
.A general implementation would either require all pairwise TN93 distances, as opposed to only those that are ≤ threshold) to be available (not desirable due to file sizes), or the ability to recompute distances on the fly, which would entail subsequent calls to TN93 to compute distances between all sequences in a cluster.
The text was updated successfully, but these errors were encountered: