1 write to Recall
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
608
Recall
= new List<Double>();
7 references to Recall
Microsoft.ML.Data (7)
Evaluators\BinaryClassifierEvaluator.cs (7)
284
Host.AssertValue(agg.
Recall
);
289
recall.AddRange(agg.
Recall
);
722
Host.AssertValue(
Recall
);
729
Recall
.Clear();
757
Recall
.Add(pos);
785
for (int i = 0; i <
Recall
.Count; i++)
787
Recall
[i] /= pos;