6 references to L1Col
Microsoft.ML.Data (6)
Evaluators\QuantileRegressionEvaluator.cs (6)
348
col => (activeOutput(
L1Col
) || activeOutput(L2Col)) && (col == ScoreIndex || col == LabelIndex);
362
infos[
L1Col
] = new DataViewSchema.DetachedColumn(L1, _outputType, l1Metadata.ToAnnotations());
393
var labelGetter = activeCols(
L1Col
) || activeCols(L2Col) ? RowCursorUtils.GetLabelGetter(input, LabelIndex) : nanGetter;
395
if (activeCols(
L1Col
) || activeCols(L2Col))
415
if (activeCols(
L1Col
))
423
getters[
L1Col
] = l1Fn;