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