C# Class AcoustID.Util.SimHash

SimHash implementation.
Afficher le fichier Open project: wo80/AcoustID.NET

Méthodes publiques

Méthode 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 méthode

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.
Résultat int

Compute() public static méthode

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
Résultat int