10 references to AssignedCol
Microsoft.ML.Data (10)
Evaluators\BinaryClassifierEvaluator.cs (10)
1077
_types[
AssignedCol
] = BooleanDataViewType.Instance;
1103
_types[
AssignedCol
] = BooleanDataViewType.Instance;
1142
activeOutput(
AssignedCol
) && (_useRaw && col == ScoreIndex || !_useRaw && col == _probIndex);
1145
return col => activeOutput(
AssignedCol
) && col == ScoreIndex;
1170
if (activeCols(
AssignedCol
) && ScoreIndex >= 0)
1208
if (activeCols(
AssignedCol
))
1216
getters[_probIndex >= 0 ?
AssignedCol
: 0] = predFn;
1252
infos[
AssignedCol
] = new DataViewSchema.DetachedColumn(Assigned, _types[
AssignedCol
], null);
1255
return new[] { new DataViewSchema.DetachedColumn(Assigned, _types[
AssignedCol
], null), };