C# Class natix.CompactDS.Plain64PairInvertedIndex

Inheritance: ILoadSave
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Méthode Description
Add ( IEnumerable sortedlist, IEnumerable distances ) : int

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

AddItem ( int symbol, long item, double distance ) : void
Initialize ( int sigma ) : void
Load ( BinaryReader Input ) : void
Plain64PairInvertedIndex ( ) : System
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : void
Trim ( int size ) : void
this ( int symbol ) : Node

Method Details

Add() public méthode

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

AddItem() public méthode

public AddItem ( int symbol, long item, double distance ) : void
symbol int
item long
distance double
Résultat void

Initialize() public méthode

public Initialize ( int sigma ) : void
sigma int
Résultat void

Load() public méthode

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

Plain64PairInvertedIndex() public méthode

public Plain64PairInvertedIndex ( ) : System
Résultat System

PopCount() public méthode

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

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output BinaryWriter
Résultat void

Trim() public méthode

public Trim ( int size ) : void
size int
Résultat void

this() public méthode

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