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