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