C# 클래스 natix.SimilaritySearch.MLSH

Multiple locality sensitive hashing sequences
상속: BasicIndex
파일 보기 프로젝트 열기: sadit/natix

보호된 프로퍼티들

프로퍼티 타입 설명
lsc_indexes natix.SimilaritySearch.LSH[]

공개 메소드들

메소드 설명
Load ( BinaryReader Input ) : void
MLSH ( ) : System

Constructor

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

메소드 상세

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

MLSH() 공개 메소드

Constructor
public MLSH ( ) : System
리턴 System

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

SearchKNN() 공개 메소드

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

프로퍼티 상세

lsc_indexes 보호되어 있는 프로퍼티

protected LSH[],natix.SimilaritySearch lsc_indexes
리턴 natix.SimilaritySearch.LSH[]