File tree 1 file changed +2
-2
lines changed
src/Microsoft.ML.Data/Evaluators/Metrics
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public sealed class RankerMetrics
11
11
{
12
12
/// <summary>
13
13
/// 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 >
15
15
/// </summary>
16
16
public double [ ] Ndcg { get ; }
17
17
@@ -20,7 +20,7 @@ public sealed class RankerMetrics
20
20
/// <a href="https://en.wikipedia.org/wiki/Discounted_cumulative_gain">Discounted Cumulative gain</a>
21
21
/// is the sum of the gains, for all the instances i, normalized by the natural logarithm of the instance + 1.
22
22
/// 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 >
24
24
/// </summary>
25
25
public double [ ] Dcg { get ; }
26
26
You can’t perform that action at this time.
0 commit comments