8 references to ScoreColumnSetIdType
Microsoft.ML.Data (4)
Commands\ScoreCommand.cs (1)
215
if (schema.TryGetAnnotation(AnnotationUtils.
ScoreColumnSetIdType
, AnnotationUtils.Kinds.ScoreColumnSetId, i, ref scoreSetId)
Evaluators\MultiOutputRegressionEvaluator.cs (1)
570
builder.Add(AnnotationUtils.Kinds.ScoreColumnSetId, AnnotationUtils.
ScoreColumnSetIdType
, uintGetter);
Scorers\RowToRowScorerBase.cs (2)
438
yield return AnnotationUtils.
ScoreColumnSetIdType
.GetPair(AnnotationUtils.Kinds.ScoreColumnSetId);
449
return AnnotationUtils.
ScoreColumnSetIdType
;
Microsoft.ML.EntryPoints (1)
ScoreColumnSelector.cs (1)
47
if (schema.TryGetAnnotation(AnnotationUtils.
ScoreColumnSetIdType
, AnnotationUtils.Kinds.ScoreColumnSetId, i, ref scoreSetId)
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
760
meta.Add(AnnotationUtils.Kinds.ScoreColumnSetId, AnnotationUtils.
ScoreColumnSetIdType
, GetScoreColumnSetId(InputSchema));
NasBert\NasBertTrainer.cs (1)
526
meta.Add(AnnotationUtils.Kinds.ScoreColumnSetId, AnnotationUtils.
ScoreColumnSetIdType
, GetScoreColumnSetId(InputSchema));
Roberta\QATrainer.cs (1)
742
meta.Add(AnnotationUtils.Kinds.ScoreColumnSetId, AnnotationUtils.
ScoreColumnSetIdType
, GetScoreColumnSetId(InputSchema));