5 references to ScoreOutput
Microsoft.ML.Data (5)
Evaluators\MultiOutputRegressionEvaluator.cs (5)
444
(activeOutput(
ScoreOutput
) && col == ScoreIndex) ||
453
infos[
ScoreOutput
] = new DataViewSchema.DetachedColumn(ScoreCol, _scoreType, _scoreMetadata);
475
var scoreGetter = activeCols(
ScoreOutput
) || activeCols(L1Output) || activeCols(L2Output) || activeCols(DistCol)
500
if (activeCols(
ScoreOutput
))
508
getters[
ScoreOutput
] = scoreFn;