2 references to OversamplingRate
Microsoft.ML.AutoML (2)
ColumnInference\TextFileSample.cs (2)
89
/// with <see cref="BufferSizeMb"/> * <see cref="
OversamplingRate
"/> MB worth of lines.
131
int chunkCount = (int)Math.Ceiling((BufferSizeMb *
OversamplingRate
- FirstChunkSizeMb) * (1 << 20) / usefulChunkSize);