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