C# 클래스 natix.CompactDS.InvIndexXLBSeq

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

공개 프로퍼티들

프로퍼티 타입 설명
InvIndex natix.CompactDS.Bitmap[]
Lens Bitmap
N int

공개 메소드들

메소드 설명
Access ( int pos ) : int
Build ( IList sequence, int alphabet_size, int t = 16, BitmapFromList rowbuilder = null, BitmapFromBitStream lenbuilder = null ) : void

Builds the index for the sequence

GetNotIdxPERM ( ) : IList
GetPERM ( ) : IPermutation
InvIndexXLBSeq ( ) : System
Load ( BinaryReader Input ) : void
Rank ( int symbol, int pos ) : int
Save ( BinaryWriter Output ) : void

Save the index

Select ( int symbol, int rank ) : int
Unravel ( int symbol ) : Bitmap

메소드 상세

Access() 공개 메소드

public Access ( int pos ) : int
pos int
리턴 int

Build() 공개 메소드

Builds the index for the sequence
public Build ( IList sequence, int alphabet_size, int t = 16, BitmapFromList rowbuilder = null, BitmapFromBitStream lenbuilder = null ) : void
sequence IList
alphabet_size int
t int
rowbuilder BitmapFromList
lenbuilder BitmapFromBitStream
리턴 void

GetNotIdxPERM() 공개 메소드

public GetNotIdxPERM ( ) : IList
리턴 IList

GetPERM() 공개 메소드

public GetPERM ( ) : IPermutation
리턴 IPermutation

InvIndexXLBSeq() 공개 메소드

public InvIndexXLBSeq ( ) : System
리턴 System

Load() 공개 메소드

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

Rank() 공개 메소드

public Rank ( int symbol, int pos ) : int
symbol int
pos int
리턴 int

Save() 공개 메소드

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

Select() 공개 메소드

public Select ( int symbol, int rank ) : int
symbol int
rank int
리턴 int

Unravel() 공개 메소드

public Unravel ( int symbol ) : Bitmap
symbol int
리턴 Bitmap

프로퍼티 상세

InvIndex 공개적으로 프로퍼티

Inverted index
public Bitmap[],natix.CompactDS InvIndex
리턴 natix.CompactDS.Bitmap[]

Lens 공개적으로 프로퍼티

public Bitmap,natix.CompactDS Lens
리턴 Bitmap

N 공개적으로 프로퍼티

The size in words (entities) of the text
public int N
리턴 int