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); 683var editor = VBufferEditor.Create(ref dst, _truncationLevel); 684for (int i = 0; i < _truncationLevel; i++)