1 write to UnweightedCounters
Microsoft.ML.Data (1)
Evaluators\MultiOutputRegressionEvaluator.cs (1)
297UnweightedCounters = new Counters(lossFunction, _size);
8 references to UnweightedCounters
Microsoft.ML.Data (8)
Evaluators\MultiOutputRegressionEvaluator.cs (8)
120l1.Add(agg.UnweightedCounters.L1); 121l2.Add(agg.UnweightedCounters.L2); 122dist.Add(agg.UnweightedCounters.Dist); 123perLabelL1.Add(agg.UnweightedCounters.PerLabelL1); 124perLabelL2.Add(agg.UnweightedCounters.PerLabelL2); 125perLabelRms.Add(agg.UnweightedCounters.PerLabelRms); 126perLabelLoss.Add(agg.UnweightedCounters.PerLabelLoss); 358UnweightedCounters.Update(score, label, _size, 1);