C# 클래스 natix.CompactDS.Plain64InvertedIndex

상속: InvertedIndex
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
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

AddItem ( int symbol, long item ) : void
Build ( InvertedIndex invindex ) : Plain64InvertedIndex
Initialize ( int sigma ) : void
Load ( BinaryReader Input ) : void
Plain64InvertedIndex ( ) : System
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : void
Trim ( int size ) : void
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

AddItem() 공개 메소드

public AddItem ( int symbol, long item ) : void
symbol int
item long
리턴 void

Build() 공개 정적인 메소드

public static Build ( InvertedIndex invindex ) : Plain64InvertedIndex
invindex InvertedIndex
리턴 Plain64InvertedIndex

Initialize() 공개 메소드

public Initialize ( int sigma ) : void
sigma int
리턴 void

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Plain64InvertedIndex() 공개 메소드

public Plain64InvertedIndex ( ) : System
리턴 System

PopCount() 공개 메소드

public PopCount ( int symbol ) : int
symbol int
리턴 int

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

Trim() 공개 메소드

public Trim ( int size ) : void
size int
리턴 void

this() 공개 메소드

public this ( int symbol ) : List
symbol int
리턴 List