6 references to L2Col
Microsoft.ML.Data (6)
Evaluators\RegressionEvaluator.cs (6)
258
col => (activeOutput(L1Col) || activeOutput(
L2Col
)) && (col == ScoreIndex || col == LabelIndex);
265
infos[
L2Col
] = new DataViewSchema.DetachedColumn(L2, NumberDataViewType.Double, null);
281
var labelGetter = activeCols(L1Col) || activeCols(
L2Col
) ? RowCursorUtils.GetLabelGetter(input, LabelIndex) : nan;
283
if (activeCols(L1Col) || activeCols(
L2Col
))
309
if (activeCols(
L2Col
))
318
getters[
L2Col
] = l2Fn;