Skip to content

Commit e4ac678

Browse files
committed
Minor doc addition
1 parent 8dd272f commit e4ac678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-core/src/main/java/org/biojava/nbio/core/util/SingleLinkageClusterer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private LinkedPair getClosestPair() {
242242
/**
243243
* Get the clusters by cutting the dendrogram at given cutoff
244244
* @param cutoff
245-
* @return
245+
* @return Map from cluster numbers to indices of the cluster members
246246
*/
247247
public Map<Integer, Set<Integer>> getClusters(double cutoff) {
248248

0 commit comments

Comments
 (0)