1 write to WeightedCounters
Microsoft.ML.Data (1)
Evaluators\ClusteringEvaluator.cs (1)
407
WeightedCounters
= Weighted ? new Counters(scoreVectorSize, _calculateDbi, features) : null;
10 references to WeightedCounters
Microsoft.ML.Data (10)
Evaluators\ClusteringEvaluator.cs (10)
191
nmi.Add(agg.
WeightedCounters
.Nmi);
192
avgMinScores.Add(agg.
WeightedCounters
.AvgMinScores);
193
if (agg.
WeightedCounters
.CalculateDbi)
194
dbi.Add(agg.
WeightedCounters
.Dbi);
457
if (
WeightedCounters
!= null)
458
WeightedCounters
.UpdateFirstPass(intLabel, _scoresArr, weight, _indicesArr);
483
if (
WeightedCounters
!= null)
484
WeightedCounters
.UpdateSecondPass(in _features, _indicesArr);
516
if (
WeightedCounters
!= null)
517
WeightedCounters
.InitializeSecondPass(_clusterCentroids);