C# Class natix.CompactDS.InvIndexSeq

Inheritance: Sequence
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
InvIndex IList
N int

Méthodes publiques

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

Method Details

Access() public méthode

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

Build() public méthode

Builds the index for the sequence
public Build ( IList sequence, int alphabet_size ) : void
sequence IList
alphabet_size int
Résultat void

InvIndexSeq() public méthode

public InvIndexSeq ( ) : System
Résultat System

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 pos ) : int
symbol int
pos int
Résultat int

Save() public méthode

Save the index
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

Property Details

InvIndex public_oe property

Inverted index
public IList InvIndex
Résultat IList

N public_oe property

The size in words (entities) of the text
public int N
Résultat int