4 references to SortedClusterScores
Microsoft.ML.Data (4)
Evaluators\ClusteringEvaluator.cs (4)
734infos[SortedClusterScoreCol] = new DataViewSchema.DetachedColumn(SortedClusterScores, _types[SortedClusterScoreCol], builder.ToAnnotations()); 832yield return ClusteringPerInstanceEvaluator.SortedClusterScores; 845if (perInst.Schema.TryGetColumnIndex(ClusteringPerInstanceEvaluator.SortedClusterScores, out index)) 849perInst = new SlotsDroppingTransformer(Host, ClusteringPerInstanceEvaluator.SortedClusterScores, min: _numTopClusters).Transform(perInst);