4 references to SortedClusters
Microsoft.ML.Data (4)
Evaluators\ClusteringEvaluator.cs (4)
733infos[SortedClusterCol] = new DataViewSchema.DetachedColumn(SortedClusters, _types[SortedClusterCol], sortedClusters.ToAnnotations()); 831yield return ClusteringPerInstanceEvaluator.SortedClusters; 838if (perInst.Schema.TryGetColumnIndex(ClusteringPerInstanceEvaluator.SortedClusters, out int index)) 842perInst = new SlotsDroppingTransformer(Host, ClusteringPerInstanceEvaluator.SortedClusters, min: _numTopClusters).Transform(perInst);