C# 클래스 natix.CompactDS.InvIndexSeq

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

공개 프로퍼티들

프로퍼티 타입 설명
InvIndex IList
N int

공개 메소드들

메소드 설명
Access ( int pos ) : int
Build ( IList sequence, int alphabet_size ) : void

Builds the index for the sequence

InvIndexSeq ( ) : 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 ) : void
sequence IList
alphabet_size int
리턴 void

InvIndexSeq() 공개 메소드

public InvIndexSeq ( ) : 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 IList InvIndex
리턴 IList

N 공개적으로 프로퍼티

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