Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Contains ( int docid, double d ) : bool | ||
docid | int | |
d | double | |
Résultat | bool |
public Remove ( int docid, double d ) : bool | ||
docid | int | |
d | double | |
Résultat | bool |