2 references to ColumnSplitResult
Microsoft.ML.AutoML (2)
ColumnInference\TextFileContents.cs (2)
83return foundAny ? result : new ColumnSplitResult(false, null, true, true, true, 0); 119result = new ColumnSplitResult(true, options.Separators.First(), options.AllowQuoting, options.ReadMultilines, options.AllowSparse, mostCommon.Key);