4 references to TryGetAnnotation
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (2)
215
if (schema.
TryGetAnnotation
(AnnotationUtils.ScoreColumnSetIdType, AnnotationUtils.Kinds.ScoreColumnSetId, i, ref scoreSetId)
312
mapper.OutputSchema.
TryGetAnnotation
(TextDataViewType.Instance, AnnotationUtils.Kinds.ScoreColumnKind, 0, ref scoreKind) &&
Microsoft.ML.EntryPoints (2)
ScoreColumnSelector.cs (2)
47
if (schema.
TryGetAnnotation
(AnnotationUtils.ScoreColumnSetIdType, AnnotationUtils.Kinds.ScoreColumnSetId, i, ref scoreSetId)
93
if (input.Data.Schema.
TryGetAnnotation
(TextDataViewType.Instance, AnnotationUtils.Kinds.ScoreValueKind, i,