2 references to Annotations
Microsoft.ML.DataView (2)
DataViewSchema.cs (2)
185public static Annotations Empty { get; } = new Annotations(new DataViewSchema(new Column[0]), new Delegate[0]); 358return new Annotations(builder.ToSchema(), _items.Select(x => x.Getter).ToArray());