8 references to ClusterIdCol
Microsoft.ML.Data (8)
Evaluators\ClusteringEvaluator.cs (8)
597
_types[
ClusterIdCol
] = key;
616
_types[
ClusterIdCol
] = key;
646
(activeOutput(
ClusterIdCol
) || activeOutput(SortedClusterCol) || activeOutput(SortedClusterScoreCol));
655
if (!activeCols(
ClusterIdCol
) && !activeCols(SortedClusterCol) && !activeCols(SortedClusterScoreCol))
678
if (activeCols(
ClusterIdCol
))
686
getters[
ClusterIdCol
] = assignedFn;
722
infos[
ClusterIdCol
] = new DataViewSchema.DetachedColumn(ClusterId, _types[
ClusterIdCol
], null);