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