C# 클래스 natix.SimilaritySearch.NeighborhoodHash

상속: BasicIndex
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CountSymbolBits int
NeighborhoodExpansion int
R Index
SymbolsPerHash int
hashTable List>.Dictionary

공개 메소드들

메소드 설명
BubbleSort ( int seq ) : void
Build ( MetricDB db, int symbolsPerHash ) : void
Build ( MetricDB db, int symbolsPerHash, int neighborhoodExpansion, Random rand ) : void
EncodeKnr ( int seq ) : long
FetchPostingLists ( List rankedList, int start ) : IEnumerable>
InternalSearchKNN ( object q, IResult res, IEnumerable postingLists, HashSet evaluated ) : void
Load ( BinaryReader Input ) : void
NeighborhoodHash ( ) : System
RankRefs ( object q ) : List
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int knn, IResult res ) : IResult

비공개 메소드들

메소드 설명
countBits ( int numrefs ) : int

메소드 상세

BubbleSort() 공개 정적인 메소드

public static BubbleSort ( int seq ) : void
seq int
리턴 void

Build() 공개 메소드

public Build ( MetricDB db, int symbolsPerHash ) : void
db MetricDB
symbolsPerHash int
리턴 void

Build() 공개 메소드

public Build ( MetricDB db, int symbolsPerHash, int neighborhoodExpansion, Random rand ) : void
db MetricDB
symbolsPerHash int
neighborhoodExpansion int
rand System.Random
리턴 void

EncodeKnr() 공개 메소드

public EncodeKnr ( int seq ) : long
seq int
리턴 long

FetchPostingLists() 공개 메소드

public FetchPostingLists ( List rankedList, int start ) : IEnumerable>
rankedList List
start int
리턴 IEnumerable>

InternalSearchKNN() 공개 메소드

public InternalSearchKNN ( object q, IResult res, IEnumerable postingLists, HashSet evaluated ) : void
q object
res IResult
postingLists IEnumerable
evaluated HashSet
리턴 void

Load() 공개 메소드

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

NeighborhoodHash() 공개 메소드

public NeighborhoodHash ( ) : System
리턴 System

RankRefs() 공개 메소드

public RankRefs ( object q ) : List
q object
리턴 List

Save() 공개 메소드

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

SearchKNN() 공개 메소드

public SearchKNN ( object q, int knn, IResult res ) : IResult
q object
knn int
res IResult
리턴 IResult

프로퍼티 상세

CountSymbolBits 공개적으로 프로퍼티

public int CountSymbolBits
리턴 int

NeighborhoodExpansion 공개적으로 프로퍼티

public int NeighborhoodExpansion
리턴 int

R 공개적으로 프로퍼티

public Index R
리턴 Index

SymbolsPerHash 공개적으로 프로퍼티

public int SymbolsPerHash
리턴 int

hashTable 공개적으로 프로퍼티

public Dictionary> hashTable
리턴 List>.Dictionary