C# Class natix.SimilaritySearch.MCCLSC

Multiple (coupled compressed) locality sensitive hashing sequences
Inheritance: BasicIndex
Show file Open project: sadit/natix

Public Methods

Method Description
Load ( BinaryReader Input ) : void
MCCLSC ( ) : System

Constructor

Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult R ) : IResult

Method Details

Load() public method

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

MCCLSC() public method

Constructor
public MCCLSC ( ) : System
return System

Save() public method

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

SearchKNN() public method

public SearchKNN ( object q, int K, IResult R ) : IResult
q object
K int
R IResult
return IResult