We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65041f6 commit ab753d8Copy full SHA for ab753d8
1 file changed
index.html
@@ -155,13 +155,13 @@ <h2>Evaluation Metrics</h2>
155
<p>Three complementary metrics evaluate retrieval performance:</p>
156
157
<div class="metrics">
158
- <!-- <div class="metric">
+ <div class="metric">
159
<h3>Recall@K</h3>
160
- <p>Measures the proportion of relevant documents among the top K retrieved items (K = 1, 5, 10).</p>
+ <p>Measures the proportion of relevant documents among the top K retrieved items (K = 50).</p>
161
<div class="formula">
162
<em>Recall@K = (Number of relevant documents in top K) / (Total number of relevant documents)</em>
163
</div>
164
- </div> -->
+ </div>
165
166
<div class="metric">
167
<h3>Mean Average Precision (mAP)</h3>
0 commit comments