2 references to DataViewSchema
Microsoft.ML.DataView (2)
DataViewSchema.cs (2)
185
public static Annotations Empty { get; } = new Annotations(new
DataViewSchema
(new Column[0]), new Delegate[0]);
439
return new
DataViewSchema
(columns);