1 override of GetAll
Microsoft.ML.Data (1)
Evaluators\EvaluatorBase.cs (1)
439
public override IEnumerable<TAgg>
GetAll
()
3 references to GetAll
Microsoft.ML.Data (3)
Evaluators\EvaluatorBase.cs (3)
137
foreach (var agg in dictionaries.SelectMany(dict => dict.
GetAll
()))
156
foreach (var agg in dictionaries[i].
GetAll
())
187
foreach (var agg in dict.
GetAll
())