C# Класс natix.SimilaritySearch.Result

The result set
Наследование: IResult
Показать файл Открыть проект

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

Метод Описание
Contains ( int docid, double d ) : bool

Returns true if the result set contains the docid with the given distance

Equals ( IResult obj ) : bool

checks for equallity of two result's set

GetEnumerator ( ) : IEnumerator

Enumerator

PopFirst ( ) : ItemPair

Pop First (closest) item

PopLast ( ) : ItemPair

Pop Last (farthest) item

Push ( int docid, double d ) : bool

Push a docid and a distance to the result set

Remove ( int docid, double d ) : bool

Remove the register with the given docid and distance

Result ( int k ) : System

Constructor

Приватные методы

Метод Описание
IEnumerable ( ) : IEnumerator

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

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

Returns true if the result set contains the docid with the given distance
public Contains ( int docid, double d ) : bool
docid int
d double
Результат bool

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

checks for equallity of two result's set
public Equals ( IResult obj ) : bool
obj IResult
Результат bool

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

Enumerator
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

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

Pop First (closest) item
public PopFirst ( ) : ItemPair
Результат ItemPair

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

Pop Last (farthest) item
public PopLast ( ) : ItemPair
Результат ItemPair

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

Push a docid and a distance to the result set
public Push ( int docid, double d ) : bool
docid int
d double
Результат bool

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

Remove the register with the given docid and distance
public Remove ( int docid, double d ) : bool
docid int
d double
Результат bool

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

Constructor
public Result ( int k ) : System
k int
Результат System