1 write to UnweightedCounters
Microsoft.ML.Data (1)
Evaluators\ClusteringEvaluator.cs (1)
405UnweightedCounters = new Counters(scoreVectorSize, _calculateDbi, features);
10 references to UnweightedCounters
Microsoft.ML.Data (10)
Evaluators\ClusteringEvaluator.cs (10)
176Host.Check(agg.UnweightedCounters.CalculateDbi == aggregator.UnweightedCounters.CalculateDbi, 182nmi.Add(agg.UnweightedCounters.Nmi); 183avgMinScores.Add(agg.UnweightedCounters.AvgMinScores); 184if (agg.UnweightedCounters.CalculateDbi) 185dbi.Add(agg.UnweightedCounters.Dbi); 211if (aggregator.UnweightedCounters.CalculateDbi) 456UnweightedCounters.UpdateFirstPass(intLabel, _scoresArr, 1, _indicesArr); 482UnweightedCounters.UpdateSecondPass(in _features, _indicesArr); 515UnweightedCounters.InitializeSecondPass(_clusterCentroids);