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