From e9c498aaa0910b8934cd39b4ca77fb6547ac9513 Mon Sep 17 00:00:00 2001 From: kampersanda Date: Sun, 15 Sep 2024 16:35:11 +0900 Subject: [PATCH] Add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0326a61..2e9d52c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ which is inspired by [ranx](https://github.com/AmenRa/ranx). by providing TREC-like data structures, such as Qrels and Run. * **Flexible**: The library supports various evaluation metrics, such as Precision, MAP, MRR, and nDCG. - The supported metrics are available in `Metric`. + The supported metrics are available in [Metric](https://docs.rs/elinor/latest/elinor/metrics/enum.Metric.html). ## Documentation