1 write to _annotations
Microsoft.ML.Core (1)
Data\AnnotationUtils.cs (1)
465_annotations = annotations;
2 references to _annotations
Microsoft.ML.Core (2)
Data\AnnotationUtils.cs (2)
468public override DataViewSchema Schema => _annotations.Schema; 479public override ValueGetter<TValue> GetGetter<TValue>(DataViewSchema.Column column) => _annotations.GetGetter<TValue>(column);