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); 705col == ScoreIndex && (activeOutput(AssignedCol) || activeOutput(SortedScoresCol) || 715if (!activeCols(AssignedCol) && !activeCols(SortedClassesCol) && !activeCols(SortedScoresCol) && !activeCols(LogLossCol)) 753if (activeCols(SortedScoresCol)) 764getters[SortedScoresCol] = topKScoresFn; 825infos[SortedScoresCol] = new DataViewSchema.DetachedColumn(SortedScores, _types[SortedScoresCol], sortedScores.ToAnnotations());