1 write to Weighted
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
583Weighted = weighted;
10 references to Weighted
Microsoft.ML.Data (10)
Evaluators\BinaryClassifierEvaluator.cs (10)
251bool hasWeight = aggregator.Weighted; 256Host.Check(agg.Weighted == hasWeight, "All aggregators must either be weighted or unweighted"); 298if (agg.Weighted) 640Host.Assert((schema.Weight != null) == Weighted); 641if (Weighted) 679Host.Assert((_weightGetter != null) == Weighted); 731if (Weighted) 759if (Weighted) 775if (Weighted) 790if (Weighted)