C# 클래스 natix.SimilaritySearch.LSC

Abstract class for locality sensitive hashing
상속: BasicIndex
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_QUERY_EXPANSION int

보호된 프로퍼티들

프로퍼티 타입 설명
H ushort[]
Seq Sequence

공개 메소드들

메소드 설명
Build ( MetricDB db, int sampleSize, SequenceBuilder seq_builder = null, object>.Func get_item = null ) : void
ComputeHash ( object u ) : int
GetCandidates ( int hash, HashSet cand, int expansion = -1 ) : void
GetSeq ( ) : Sequence
LSC ( ) : System

Constructor

Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult R ) : IResult
SearchKNNExpansion ( object q, IResult R, int expansion ) : void

메소드 상세

Build() 공개 메소드

public Build ( MetricDB db, int sampleSize, SequenceBuilder seq_builder = null, object>.Func get_item = null ) : void
db MetricDB
sampleSize int
seq_builder SequenceBuilder
get_item object>.Func
리턴 void

ComputeHash() 공개 추상적인 메소드

public abstract ComputeHash ( object u ) : int
u object
리턴 int

GetCandidates() 공개 메소드

public GetCandidates ( int hash, HashSet cand, int expansion = -1 ) : void
hash int
cand HashSet
expansion int
리턴 void

GetSeq() 공개 메소드

public GetSeq ( ) : Sequence
리턴 Sequence

LSC() 공개 메소드

Constructor
public LSC ( ) : System
리턴 System

Load() 공개 메소드

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

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

SearchKNNExpansion() 공개 메소드

public SearchKNNExpansion ( object q, IResult R, int expansion ) : void
q object
R IResult
expansion int
리턴 void

프로퍼티 상세

DEFAULT_QUERY_EXPANSION 공개적으로 정적으로 프로퍼티

public static int DEFAULT_QUERY_EXPANSION
리턴 int

H 보호되어 있는 프로퍼티

Matrix. One vector per LSH function
protected ushort[] H
리턴 ushort[]

Seq 보호되어 있는 프로퍼티

protected Sequence Seq
리턴 Sequence