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