8 references to SortedClusterCol
Microsoft.ML.Data (8)
Evaluators\ClusteringEvaluator.cs (8)
598_types[SortedClusterCol] = new VectorDataViewType(key, _numClusters); 617_types[SortedClusterCol] = new VectorDataViewType(key, _numClusters); 646(activeOutput(ClusterIdCol) || activeOutput(SortedClusterCol) || activeOutput(SortedClusterScoreCol)); 655if (!activeCols(ClusterIdCol) && !activeCols(SortedClusterCol) && !activeCols(SortedClusterScoreCol)) 703if (activeCols(SortedClusterCol)) 714getters[SortedClusterCol] = topKClassesFn; 733infos[SortedClusterCol] = new DataViewSchema.DetachedColumn(SortedClusters, _types[SortedClusterCol], sortedClusters.ToAnnotations());