C# Class AcoustID.Util.SimHash

SimHash implementation.
Exibir arquivo Open project: wo80/AcoustID.NET

Public Methods

Method Description
Compute ( int data ) : int

Generate a single 32-bit hash for an array of integers.

Compute ( int data, int start, int end ) : int

Generate a single 32-bit hash for an array of integers.

Method Details

Compute() public static method

Generate a single 32-bit hash for an array of integers.
public static Compute ( int data ) : int
data int Array of 32-bit integers representing the data to be hashed.
return int

Compute() public static method

Generate a single 32-bit hash for an array of integers.
public static Compute ( int data, int start, int end ) : int
data int Array of 32-bit integers representing the data to be hashed.
start int
end int
return int