12 references to AnnotationGetter
Microsoft.ML.Core (3)
Data\AnnotationUtils.cs (3)
128public static void Marshal<THave, TNeed>(this AnnotationGetter<THave> getter, int col, ref TNeed dst) 134var get = (AnnotationGetter<TNeed>)(Delegate)getter;
Microsoft.ML.Data (9)
DataView\LambdaColumnMapper.cs (2)
125AnnotationUtils.AnnotationGetter<VBuffer<ReadOnlyMemory<char>>> mdGetter = 133AnnotationUtils.AnnotationGetter<VBuffer<ReadOnlyMemory<char>>> mdGetter =
Evaluators\RankingEvaluator.cs (1)
635private readonly AnnotationUtils.AnnotationGetter<VBuffer<ReadOnlyMemory<char>>> _slotNamesGetter;
Scorers\PredictedLabelScorerBase.cs (2)
49private readonly AnnotationUtils.AnnotationGetter<ReadOnlyMemory<char>> _getScoreColumnKind; 50private readonly AnnotationUtils.AnnotationGetter<ReadOnlyMemory<char>> _getScoreValueKind;
Scorers\RowToRowScorerBase.cs (1)
343private readonly AnnotationUtils.AnnotationGetter<uint> _getScoreColumnSetId;
Transforms\MetadataDispatcher.cs (3)
102public readonly AnnotationUtils.AnnotationGetter<TValue> Getter; 104public GetterInfoDelegate(string kind, DataViewType type, AnnotationUtils.AnnotationGetter<TValue> getter) 407AnnotationUtils.AnnotationGetter<TValue> getter)