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));
655
if (!activeCols(ClusterIdCol) && !activeCols(
SortedClusterCol
) && !activeCols(SortedClusterScoreCol))
703
if (activeCols(
SortedClusterCol
))
714
getters[
SortedClusterCol
] = topKClassesFn;
733
infos[
SortedClusterCol
] = new DataViewSchema.DetachedColumn(SortedClusters, _types[
SortedClusterCol
], sortedClusters.ToAnnotations());