C# 클래스 natix.SimilaritySearch.CNAPP

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

공개 프로퍼티들

프로퍼티 타입 설명
INVINDEX natix.CompactDS.Bitmap[]
K int
MINOCC int
R Index
TThreshold ITThresholdAlgorithm

공개 메소드들

메소드 설명
Build ( KnrSeqSearch knr, int min_occ, BitmapFromList bitmap_builder = null ) : void
CNAPP ( ) : System
GetKnr ( object q ) : int[]
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int knn, IResult res ) : IResult
SearchRange ( object q, double radius ) : IResult

보호된 메소드들

메소드 설명
GetPosting ( IList qseq ) : IList>

메소드 상세

Build() 공개 메소드

public Build ( KnrSeqSearch knr, int min_occ, BitmapFromList bitmap_builder = null ) : void
knr KnrSeqSearch
min_occ int
bitmap_builder BitmapFromList
리턴 void

CNAPP() 공개 메소드

public CNAPP ( ) : System
리턴 System

GetKnr() 공개 메소드

public GetKnr ( object q ) : int[]
q object
리턴 int[]

GetPosting() 보호된 메소드

protected GetPosting ( IList qseq ) : IList>
qseq IList
리턴 IList>

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 knn, IResult res ) : IResult
q object
knn int
res IResult
리턴 IResult

SearchRange() 공개 메소드

public SearchRange ( object q, double radius ) : IResult
q object
radius double
리턴 IResult

프로퍼티 상세

INVINDEX 공개적으로 프로퍼티

public Bitmap[],natix.CompactDS INVINDEX
리턴 natix.CompactDS.Bitmap[]

K 공개적으로 프로퍼티

public int K
리턴 int

MINOCC 공개적으로 프로퍼티

public int MINOCC
리턴 int

R 공개적으로 프로퍼티

public Index R
리턴 Index

TThreshold 공개적으로 프로퍼티

public ITThresholdAlgorithm TThreshold
리턴 ITThresholdAlgorithm