1 write to Weighted
Microsoft.ML.Data (1)
Evaluators\MulticlassClassificationEvaluator.cs (1)
407
Weighted
= weighted;
4 references to Weighted
Microsoft.ML.Data (4)
Evaluators\MulticlassClassificationEvaluator.cs (4)
159
bool hasWeight = aggregator.
Weighted
;
164
Host.Check(agg.
Weighted
== hasWeight, "All aggregators must either be weighted or unweighted");
186
if (agg.
Weighted
)
408
WeightedCounters =
Weighted
? new Counters(scoreVectorSize, outputTopKAcc) : null;