Documentation ¶
Overview ¶
Package mash provides sequence MinHashing and Mash distance calculation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Seed uint32 = 0
Seed is the hash seed. Affects subsequent calls to Sequences and Add.
Functions ¶
func Add ¶
Add adds the given sequences to an existing MinHash using subsequences of length k. Equivalent to calling Sequences on the old and new sequences together.
func FromJaccard ¶
FromJaccard returns the Mash distance given a Jaccard similarity.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.