C# Class natix.SimilaritySearch.LSH_AcousticID

LSH for Binary hamming space
Inheritance: LSH
Afficher le fichier Open project: sadit/natix Class Usage Examples

Protected Properties

Свойство Type Description
H ushort[]

Méthodes publiques

Méthode Description
ComputeHash ( object _u ) : int

Compute the LSH hashes

Load ( BinaryReader Input ) : void
PreBuild ( Random rand, object firstObject ) : void
Save ( BinaryWriter Output ) : void

Method Details

ComputeHash() public méthode

Compute the LSH hashes
public ComputeHash ( object _u ) : int
_u object
Résultat int

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

PreBuild() public méthode

public PreBuild ( Random rand, object firstObject ) : void
rand System.Random
firstObject object
Résultat void

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Property Details

H protected_oe property

protected ushort[] H
Résultat ushort[]