1 write to _weightGetter
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
642_weightGetter = row.GetGetter<Single>(schema.Weight.Value);
3 references to _weightGetter
Microsoft.ML.Data (3)
Evaluators\BinaryClassifierEvaluator.cs (3)
679Host.Assert((_weightGetter != null) == Weighted); 680if (_weightGetter != null) 682_weightGetter(ref _weight);