C# Class natix.SimilaritySearch.LSH_AcousticID

LSH for Binary hamming space
Inheritance: LSH
显示文件 Open project: sadit/natix Class Usage Examples

Protected Properties

Property Type Description
H ushort[]

Public Methods

Method 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 method

Compute the LSH hashes
public ComputeHash ( object _u ) : int
_u object
return int

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

PreBuild() public method

public PreBuild ( Random rand, object firstObject ) : void
rand System.Random
firstObject object
return void

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

Property Details

H protected_oe property

protected ushort[] H
return ushort[]