7 references to GetLabelGetter
Microsoft.ML.Data (7)
Evaluators\BinaryClassifierEvaluator.cs (1)
1163
RowCursorUtils.
GetLabelGetter
(input, LabelIndex) : nanGetter;
Evaluators\MulticlassClassificationEvaluator.cs (1)
724
var labelGetter = activeCols(LogLossCol) ? RowCursorUtils.
GetLabelGetter
(input, LabelIndex) :
Evaluators\QuantileRegressionEvaluator.cs (1)
393
var labelGetter = activeCols(L1Col) || activeCols(L2Col) ? RowCursorUtils.
GetLabelGetter
(input, LabelIndex) : nanGetter;
Evaluators\RankingEvaluator.cs (1)
787
var lb = RowCursorUtils.
GetLabelGetter
(row, _bindings.LabelIndex);
Evaluators\RegressionEvaluator.cs (1)
281
var labelGetter = activeCols(L1Col) || activeCols(L2Col) ? RowCursorUtils.
GetLabelGetter
(input, LabelIndex) : nan;
Prediction\Calibrator.cs (1)
968
var labelGetter = RowCursorUtils.
GetLabelGetter
(cursor, labelCol.Index);
Transforms\LabelConvertTransform.cs (1)
180
return RowCursorUtils.
GetLabelGetter
(input, col);