7 references to GetPair
Microsoft.ML.Core (2)
Data\AnnotationUtils.cs (2)
180
return GetNamesType(size).
GetPair
(Kinds.SlotNames);
189
return GetNamesType(size).
GetPair
(Kinds.KeyValues);
Microsoft.ML.Data (5)
Evaluators\RankingEvaluator.cs (1)
657
types = types.Prepend(_slotNamesType.
GetPair
(AnnotationUtils.Kinds.SlotNames));
Scorers\PredictedLabelScorerBase.cs (2)
184
yield return TextDataViewType.Instance.
GetPair
(AnnotationUtils.Kinds.ScoreColumnKind);
187
yield return TextDataViewType.Instance.
GetPair
(AnnotationUtils.Kinds.ScoreValueKind);
Scorers\RowToRowScorerBase.cs (1)
438
yield return AnnotationUtils.ScoreColumnSetIdType.
GetPair
(AnnotationUtils.Kinds.ScoreColumnSetId);
Transforms\GenerateNumberTransform.cs (1)
201
items = items.Prepend(BooleanDataViewType.Instance.
GetPair
(AnnotationUtils.Kinds.IsNormalized));