6 references to L1Output
Microsoft.ML.Data (6)
Evaluators\MultiOutputRegressionEvaluator.cs (6)
445(activeOutput(L1Output) || activeOutput(L2Output) || activeOutput(DistCol)) && 454infos[L1Output] = new DataViewSchema.DetachedColumn(L1, NumberDataViewType.Double, null); 472var labelGetter = activeCols(LabelOutput) || activeCols(L1Output) || activeCols(L2Output) || activeCols(DistCol) 475var scoreGetter = activeCols(ScoreOutput) || activeCols(L1Output) || activeCols(L2Output) || activeCols(DistCol) 510if (activeCols(L1Output)) 518getters[L1Output] = l1Fn;