1 reference to IsValid
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
549return Utils.Size(Columns) == 0 || Columns.All(x => x.IsValid());