1 write to _scoreCol
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
666if (!_predictor.OutputSchema.TryGetColumnIndex(AnnotationUtils.Const.ScoreValueKind.Score, out _scoreCol))
2 references to _scoreCol
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
668var scoreType = _predictor.OutputSchema[_scoreCol].Type; 716var scoreGetter = RowCursorUtils.GetGetterAs<Single>(NumberDataViewType.Single, input, _scoreCol);