Method GetPrecisionAt
GetPrecisionAt(Int32)
Return the precision at rank n:
|{relevant hits within first n
hits}| / n
.
Declaration
public virtual double GetPrecisionAt(int n)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | n | requested precision point, must be at least 1 and at most MAX_POINTS. |
Returns
Type | Description |
---|---|
System.Double |