5 references to CreateFromHead
Microsoft.ML.AutoML (5)
ColumnInference\TextFileSample.cs (5)
85
/// 0. If the source is not seekable, revert to <see cref="
CreateFromHead
"/>.
86
/// 1. If the file length is less than 2 * <see cref="BufferSizeMb"/>, revert to <see cref="
CreateFromHead
"/>.
97
return
CreateFromHead
(stream);
103
return
CreateFromHead
(stream);
109
return
CreateFromHead
(stream);