1 write to _slotNamesType
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
643
_slotNamesType
= new VectorDataViewType(TextDataViewType.Instance, _truncationLevel);
2 references to _slotNamesType
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
657
types = types.Prepend(
_slotNamesType
.GetPair(AnnotationUtils.Kinds.SlotNames));
665
return
_slotNamesType
;