1 write to _truncationLevel
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
641
_truncationLevel
= truncationLevel;
4 references to _truncationLevel
Microsoft.ML.Data (4)
Evaluators\RankingEvaluator.cs (4)
642
_outputType = new VectorDataViewType(NumberDataViewType.Double,
_truncationLevel
);
643
_slotNamesType = new VectorDataViewType(TextDataViewType.Instance,
_truncationLevel
);
683
var editor = VBufferEditor.Create(ref dst,
_truncationLevel
);
684
for (int i = 0; i <
_truncationLevel
; i++)