7 references to CreateBound
Microsoft.ML.Data (7)
Scorers\BinaryClassifierScorer.cs (2)
85
/// <returns>Whether we can call <see cref="MulticlassClassificationScorer.LabelNameBindableMapper.
CreateBound
{T}"/> with
122
return MulticlassClassificationScorer.LabelNameBindableMapper.
CreateBound
<T>(env, (ISchemaBoundRowMapper)mapper, type, getter, AnnotationUtils.Kinds.TrainingLabelValues, CanWrap);
Scorers\MulticlassClassificationScorer.cs (5)
235
return Utils.MarshalInvoke(
CreateBound
<int>, _type.ItemType.RawType, env, (ISchemaBoundRowMapper)innerBound, _type, _getter, _metadataKind, _canWrap);
435
/// <returns>Whether we can call <see cref="LabelNameBindableMapper.
CreateBound
{T}"/> with
475
/// <returns>Whether we can call <see cref="LabelNameBindableMapper.
CreateBound
{T}"/> with
505
resultMapper = LabelNameBindableMapper.
CreateBound
<T>(env, (ISchemaBoundRowMapper)resultMapper, type as VectorDataViewType, getter, AnnotationUtils.Kinds.TrainingLabelValues, CanWrapTrainingLabels);
507
resultMapper = LabelNameBindableMapper.
CreateBound
<T>(env, (ISchemaBoundRowMapper)resultMapper, type as VectorDataViewType, getter, AnnotationUtils.Kinds.SlotNames, CanWrapSlotNames);