Documentation ¶
Overview ¶
Package minhash is a simple KMV MinHash implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinHash ¶
type MinHash struct {
// contains filtered or unexported fields
}
MinHash is used to process hashed k-mers and return a sketch of minimums.
func (*MinHash) GetDistance ¶
GetDistance returns the jaccard distance between two sketches.
Click to show internal directories.
Click to hide internal directories.