Evaluators\MultiOutputRegressionEvaluator.cs (7)
443(activeOutput(LabelOutput) && col == LabelIndex) ||
446(col == ScoreIndex || col == LabelIndex);
462Host.Assert(LabelIndex >= 0);
473? RowCursorUtils.GetVecGetterAs<float>(NumberDataViewType.Single, input, LabelIndex)
549var t = schema[LabelIndex].Type as VectorDataViewType;
551throw Host.ExceptSchemaMismatch(nameof(schema), "label", LabelCol, "known-size vector of Single or Double", schema[LabelIndex].Type.ToString());
555builder.AddSlotNames(t.Size, CreateSlotNamesGetter(schema, LabelIndex, labelType.Size, "True"));