C# 클래스 natix.SimilaritySearch.Result

The result set
상속: IResult
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

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