Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MinHash ¶
type MinHash struct {
// contains filtered or unexported fields
}
func (*MinHash) Add ¶
func (h *MinHash) Add(str string) ShingleSet
func (*MinHash) Hash ¶
func (h *MinHash) Hash(ss ShingleSet) Hash
type ShingleSet ¶
type ShingleSet map[shingle]int
func (ShingleSet) Intersection ¶
func (ss ShingleSet) Intersection(other ShingleSet) ShingleSet
func (ShingleSet) Union ¶
func (ss ShingleSet) Union(other ShingleSet) ShingleSet
Click to show internal directories.
Click to hide internal directories.