2 references to CanWrapTrainingLabels
Microsoft.ML.Data (2)
Scorers\MulticlassClassificationScorer.cs (2)
504
if (
CanWrapTrainingLabels
(resultMapper, type))
505
resultMapper = LabelNameBindableMapper.CreateBound<T>(env, (ISchemaBoundRowMapper)resultMapper, type as VectorDataViewType, getter, AnnotationUtils.Kinds.TrainingLabelValues,
CanWrapTrainingLabels
);