8 references to SortedScoresCol
Microsoft.ML.Data (8)
Evaluators\MulticlassClassificationEvaluator.cs (8)
635
_types[
SortedScoresCol
] = new VectorDataViewType(NumberDataViewType.Single, _numClasses);
664
_types[
SortedScoresCol
] = new VectorDataViewType(NumberDataViewType.Single, _numClasses);
705
col == ScoreIndex && (activeOutput(AssignedCol) || activeOutput(
SortedScoresCol
) ||
715
if (!activeCols(AssignedCol) && !activeCols(SortedClassesCol) && !activeCols(
SortedScoresCol
) && !activeCols(LogLossCol))
753
if (activeCols(
SortedScoresCol
))
764
getters[
SortedScoresCol
] = topKScoresFn;
825
infos[
SortedScoresCol
] = new DataViewSchema.DetachedColumn(SortedScores, _types[
SortedScoresCol
], sortedScores.ToAnnotations());