C# Класс natix.CompactDS.SequenceInvertedIndex

Наследование: InvertedIndex
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Результат int

Add() публичный Метод

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Результат int

Build() публичный статический Метод

public static Build ( InvertedIndex invindex, SequenceBuilder builder ) : SequenceInvertedIndex
invindex InvertedIndex
builder SequenceBuilder
Результат SequenceInvertedIndex

Decompress() публичный Метод

public Decompress ( List list, int symbol ) : void
list List
symbol int
Результат void

Load() публичный Метод

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Результат void

PopCount() публичный Метод

public PopCount ( int symbol ) : int
symbol int
Результат int

Save() публичный Метод

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Результат void

SequenceInvertedIndex() публичный Метод

public SequenceInvertedIndex ( ) : System
Результат System

this() публичный Метод

public this ( int symbol ) : List
symbol int
Результат List