C# Class natix.CompactDS.InvIndexXLBSeq

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

Méthodes publiques

Свойство Type Description
InvIndex natix.CompactDS.Bitmap[]
Lens Bitmap
N int

Méthodes publiques

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

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, int t = 16, BitmapFromList rowbuilder = null, BitmapFromBitStream lenbuilder = null ) : void
sequence IList
alphabet_size int
t int
rowbuilder BitmapFromList
lenbuilder BitmapFromBitStream
Résultat void

GetNotIdxPERM() public méthode

public GetNotIdxPERM ( ) : IList
Résultat IList

GetPERM() public méthode

public GetPERM ( ) : IPermutation
Résultat IPermutation

InvIndexXLBSeq() public méthode

public InvIndexXLBSeq ( ) : 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 Bitmap[],natix.CompactDS InvIndex
Résultat natix.CompactDS.Bitmap[]

Lens public_oe property

public Bitmap,natix.CompactDS Lens
Résultat Bitmap

N public_oe property

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