C# 클래스 natix.CompactDS.WTM

A multiary wavelet tree (implementation with pointers/references)
상속: Sequence
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
Access ( int position ) : int
Build ( IList text, int alphabet_size, ISymbolCoder symbol_split = null, SequenceBuilder seq_builder = null ) : void
Load ( BinaryReader Input ) : void
Rank ( int symbol, int position ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int rank ) : int
Unravel ( int symbol ) : Bitmap
WTM ( ) : System
this ( int index ) : int

보호된 메소드들

메소드 설명
Add ( int symbol, List list ) : void

비공개 메소드들

메소드 설명
FinishBuild ( WTM_Inner node, SequenceBuilder seq_builder, int sigma ) : void
LoadNode ( BinaryReader Input, WTM_Inner parent ) : WTM_Node
SaveNode ( BinaryWriter Output, WTM_Node node ) : void
Walk ( WTM_Inner node, object>.Func preorder, object>.Func postorder ) : void

메소드 상세

Access() 공개 메소드

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

Add() 보호된 메소드

protected Add ( int symbol, List list ) : void
symbol int
list List
리턴 void

Build() 공개 메소드

public Build ( IList text, int alphabet_size, ISymbolCoder symbol_split = null, SequenceBuilder seq_builder = null ) : void
text IList
alphabet_size int
symbol_split ISymbolCoder
seq_builder SequenceBuilder
리턴 void

Load() 공개 메소드

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

Rank() 공개 메소드

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

Save() 공개 메소드

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

WTM() 공개 메소드

public WTM ( ) : System
리턴 System

this() 공개 메소드

public this ( int index ) : int
index int
리턴 int