<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=MinHash</id>
	<title>MinHash - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=MinHash"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=MinHash&amp;action=history"/>
	<updated>2026-05-16T06:06:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=MinHash&amp;diff=2428&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;In computer science, matching the performance of the multiple-hash-function scheme.  ===Time analysis=== The estimator can be computed in time from the two signatures of the g...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=MinHash&amp;diff=2428&amp;oldid=prev"/>
		<updated>2019-03-22T03:44:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In computer science, matching the performance of the multiple-hash-function scheme.  ===Time analysis=== The estimator can be computed in time from the two signatures of the g...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In computer science, matching the performance of the multiple-hash-function scheme.&lt;br /&gt;
&lt;br /&gt;
===Time analysis===&lt;br /&gt;
The estimator can be computed in time from the two signatures of the given sets, in either variant of the scheme. Therefore, when and are constants, the time to compute the estimated similarity from the signatures is also constant. The signature of each set can be computed in [[linear time]] on the size of the set, so when many pairwise similarities need to be estimated this method can lead to a substantial savings in running time compared to doing a full comparison of the members of each set. Specifically, for set size the many hash variant takes time. The single hash variant is generally faster, requiring time to maintain the queue of minimum hash values assuming .&lt;br /&gt;
Approximate min-wise independence has at most a fixed probability of varying from full independence.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
The original applications for MinHash involved clustering and eliminating near-duplicates among web documents, represented as sets of the words occurring in those documents. Similar techniques have also been used for clustering and near-duplicate elimination for other types of data, such as images: in the case of image data, an image can be represented as a set of smaller subimages cropped from it, or as sets of more complex image feature descriptions.&lt;br /&gt;
&lt;br /&gt;
In [[data mining]], use MinHash as a tool for [[association rule learning]]. Given a database in which each entry has multiple attributes (viewed as a [[Logical matrix|0–1 matrix]] with a row per database entry and a column per attribute) they use MinHash-based approximations to the Jaccard index to identify candidate pairs of attributes that frequently co-occur, and then compute the exact value of the index for only those pairs to determine the ones whose frequencies of co-occurrence are below a given strict threshold.&lt;br /&gt;
&lt;br /&gt;
The MinHash algorithm has been adapted for bioinformatics, where the problem of comparing genome content has a similar theoretical underpinning to that of comparing documents on the web. There are various software implementations for this, including mash and sourmash . These tools allow the very rapid comparison of whole genome sequencing data with reference genomes (around 3 minutes to compare one genome with the 90000 reference genomes in [[RefSeq]]), and are suitable for speciation and maybe a limited degree of microbial sub-typing. There are also applications for metagenomics .&lt;br /&gt;
&lt;br /&gt;
==Other uses==&lt;br /&gt;
The MinHash scheme may be seen as an instance of [[locality sensitive hashing]], a collection of techniques for using hash functions to map large sets of objects down to smaller hash values in such a way that, when two objects have a small distance from each other, their hash values are likely to be the same. In this instance, the signature of a set may be seen as its hash value. Other locality sensitive hashing techniques exist for [[Hamming distance]] between sets and [[cosine distance]] between [[Euclidean vector|vector]]s; locality sensitive hashing has important applications in [[nearest neighbor search]] algorithms. For large distributed systems, and in particular [[MapReduce]], there exist modified versions of MinHash to help compute similarities with no dependence on the point dimension.&lt;br /&gt;
&lt;br /&gt;
==Evaluation and benchmarks==&lt;br /&gt;
A large scale evaluation has been conducted by [[Google]] in 2006 to compare the performance of Minhash and [[SimHash]] algorithms. In 2007 Google reported using Simhash for duplicate detection for web crawling and using Minhash and [[Locality-sensitive hashing|LSH]] for [[Google News]] personalization.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[SimHash]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
&lt;br /&gt;
[[Category:Cryptography]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>