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