Builds a SimilarityGraph from a list of vectors. The graph can then be used in clusterByThreshold to identify clusters of a specified quality.
An array of Uint8Arrays representing vectors.
A function to compute similarity (default: Hamming similarity).
A fully connected, weighted graph where edges are similarity scores - for use in calls to clusterByThreshold
Builds a SimilarityGraph from a list of vectors. The graph can then be used in clusterByThreshold to identify clusters of a specified quality.