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)
468
public override DataViewSchema Schema =>
_annotations
.Schema;
479
public override ValueGetter<TValue> GetGetter<TValue>(DataViewSchema.Column column) =>
_annotations
.GetGetter<TValue>(column);