Skip to content

Commit 35ce1c0

Browse files
dhilmathysfilipi
authored andcommitted
Updated with correct tags for image reference (#1888)
* Updated with correct tags for image reference * Updated 'href' with 'src' for Image tags
1 parent 93a8fe3 commit 35ce1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.Data/Evaluators/Metrics/RankerMetrics.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public sealed class RankerMetrics
1111
{
1212
/// <summary>
1313
/// Array of normalized discounted cumulative gains where i-th element represent NDCG@i.
14-
/// <a href="https://github.com/dotnet/machinelearning/tree/master/docs/images/NDCG.png"></a>
14+
/// <image src="https://github.com/dotnet/machinelearning/tree/master/docs/images/NDCG.png"></image>
1515
/// </summary>
1616
public double[] Ndcg { get; }
1717

@@ -20,7 +20,7 @@ public sealed class RankerMetrics
2020
/// <a href="https://en.wikipedia.org/wiki/Discounted_cumulative_gain">Discounted Cumulative gain</a>
2121
/// is the sum of the gains, for all the instances i, normalized by the natural logarithm of the instance + 1.
2222
/// Note that unline the Wikipedia article, ML.Net uses the natural logarithm.
23-
/// <a href="https://github.com/dotnet/machinelearning/tree/master/docs/images/DCG.png"></a>
23+
/// <image src="https://github.com/dotnet/machinelearning/tree/master/docs/images/DCG.png"></image>
2424
/// </summary>
2525
public double[] Dcg { get; }
2626

0 commit comments

Comments
 (0)