2 references to TryParseSchema
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (2)
1166if (Utils.Size(cols) == 0 && !TryParseSchema(_host, headerFile ?? dataSample, ref options, out cols, out error)) 1394bool found = TryParseSchema(h, files, ref options, out cols, out error);