C# 클래스 natix.CompactDS.CompressedInvertedIndex

상속: 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

Build ( InvertedIndex invindex ) : CompressedInvertedIndex
CompressedInvertedIndex ( ) : System
Decompress ( List list, int symbol ) : void
Load ( BinaryReader Input ) : void
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : 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

Build() 공개 정적인 메소드

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

CompressedInvertedIndex() 공개 메소드

public CompressedInvertedIndex ( ) : System
리턴 System

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

this() 공개 메소드

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