5 references to Info
Microsoft.ML.Data (5)
Evaluators\AucAggregator.cs (5)
472private protected sealed class WeightedAuPrcAggregator : AuPrcAggregatorBase<WeightedAuPrcAggregator.Info> 498foreach (var info in sample) 514var sorted = sample.Select((info, i) => new KeyValuePair<int, Info>(i, info)) 557protected override ValueGetter<Info> GetSampleGetter() 560(ref Info dst) =>