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