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