8 references to AssignedCol
Microsoft.ML.Data (8)
Evaluators\MulticlassClassificationEvaluator.cs (8)
633
_types[
AssignedCol
] = key;
662
_types[
AssignedCol
] = key;
705
col == ScoreIndex && (activeOutput(
AssignedCol
) || activeOutput(SortedScoresCol) ||
715
if (!activeCols(
AssignedCol
) && !activeCols(SortedClassesCol) && !activeCols(SortedScoresCol) && !activeCols(LogLossCol))
742
if (activeCols(
AssignedCol
))
750
getters[
AssignedCol
] = assignedFn;
814
infos[
AssignedCol
] = new DataViewSchema.DetachedColumn(Assigned, _types[
AssignedCol
], assignedColKeyValues.ToAnnotations());