lsh

package
v0.0.0-...-03ea0d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MinHash

type MinHash struct {
	Rows        int
	Bands       int
	ShingleSize int
	CodeLength  int
}

func New

func New(rows, bands int) MinHash

func (MinHash) HashCodes

func (h MinHash) HashCodes(s string) set.Set

func (MinHash) IsSimilar

func (h MinHash) IsSimilar(s1 string, s2 string) bool

func (MinHash) Similarity

func (h MinHash) Similarity(s1 string, s2 string) float64

Similarity computes the Jaccard similarity between strings s1 and s2.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL