C# 클래스 natix.CompactDS.Plain64PairInvertedIndex

상속: ILoadSave
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

AddItem() 공개 메소드

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

Initialize() 공개 메소드

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

Load() 공개 메소드

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

Plain64PairInvertedIndex() 공개 메소드

public Plain64PairInvertedIndex ( ) : System
리턴 System

PopCount() 공개 메소드

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

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output BinaryWriter
리턴 void

Trim() 공개 메소드

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

this() 공개 메소드

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