1 write to _approximateRowCount
Microsoft.ML.AutoML (1)
ColumnInference\TextFileSample.cs (1)
36
_approximateRowCount
= lineCount;
1 reference to _approximateRowCount
Microsoft.ML.AutoML (1)
ColumnInference\TextFileSample.cs (1)
72
public long? ApproximateRowCount =>
_approximateRowCount
;