C# Class natix.CompactDS.WTM

A multiary wavelet tree (implementation with pointers/references)
Inheritance: Sequence
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Add ( int symbol, List list ) : void

Private Methods

Méthode Description
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

Method Details

Access() public méthode

public Access ( int position ) : int
position int
Résultat int

Add() protected méthode

protected Add ( int symbol, List list ) : void
symbol int
list List
Résultat void

Build() public méthode

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
Résultat void

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Rank() public méthode

public Rank ( int symbol, int position ) : int
symbol int
position int
Résultat int

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Select() public méthode

public Select ( int symbol, int rank ) : int
symbol int
rank int
Résultat int

Unravel() public méthode

public Unravel ( int symbol ) : Bitmap
symbol int
Résultat Bitmap

WTM() public méthode

public WTM ( ) : System
Résultat System

this() public méthode

public this ( int index ) : int
index int
Résultat int