6 references to L2Col
Microsoft.ML.Data (6)
Evaluators\QuantileRegressionEvaluator.cs (6)
348
col => (activeOutput(L1Col) || activeOutput(
L2Col
)) && (col == ScoreIndex || col == LabelIndex);
363
infos[
L2Col
] = new DataViewSchema.DetachedColumn(L2, _outputType, l2Metadata.ToAnnotations());
393
var labelGetter = activeCols(L1Col) || activeCols(
L2Col
) ? RowCursorUtils.GetLabelGetter(input, LabelIndex) : nanGetter;
395
if (activeCols(L1Col) || activeCols(
L2Col
))
425
if (activeCols(
L2Col
))
437
getters[
L2Col
] = l2Fn;