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