8 references to SortedClusterScoreCol
Microsoft.ML.Data (8)
Evaluators\ClusteringEvaluator.cs (8)
599
_types[
SortedClusterScoreCol
] = new VectorDataViewType(NumberDataViewType.Single, _numClusters);
618
_types[
SortedClusterScoreCol
] = new VectorDataViewType(NumberDataViewType.Single, _numClusters);
646
(activeOutput(ClusterIdCol) || activeOutput(SortedClusterCol) || activeOutput(
SortedClusterScoreCol
));
655
if (!activeCols(ClusterIdCol) && !activeCols(SortedClusterCol) && !activeCols(
SortedClusterScoreCol
))
689
if (activeCols(
SortedClusterScoreCol
))
700
getters[
SortedClusterScoreCol
] = topKScoresFn;
734
infos[
SortedClusterScoreCol
] = new DataViewSchema.DetachedColumn(SortedClusterScores, _types[
SortedClusterScoreCol
], builder.ToAnnotations());