C# Class natix.CompactDS.SequenceInvertedIndex

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

Méthodes publiques

Méthode Description
Add ( IEnumerable sortedlist ) : int

Adds a posting list to the index. Returns the corresponding symbol

Add ( IEnumerable sortedlist ) : int

Adds a posting list to the index. Returns the corresponding symbol

Build ( InvertedIndex invindex, SequenceBuilder builder ) : SequenceInvertedIndex
Decompress ( List list, int symbol ) : void
Load ( BinaryReader Input ) : void
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : void
SequenceInvertedIndex ( ) : System
this ( int symbol ) : List

Method Details

Add() public méthode

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Résultat int

Add() public méthode

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Résultat int

Build() public static méthode

public static Build ( InvertedIndex invindex, SequenceBuilder builder ) : SequenceInvertedIndex
invindex InvertedIndex
builder SequenceBuilder
Résultat SequenceInvertedIndex

Decompress() public méthode

public Decompress ( List list, int symbol ) : void
list List
symbol int
Résultat void

Load() public méthode

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

PopCount() public méthode

public PopCount ( int symbol ) : int
symbol int
Résultat int

Save() public méthode

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

SequenceInvertedIndex() public méthode

public SequenceInvertedIndex ( ) : System
Résultat System

this() public méthode

public this ( int symbol ) : List
symbol int
Résultat List