3 references to InsertThreshold
Microsoft.ML.Data (3)
Data\BufferBuilder.cs (3)
87
Contracts.Assert(_sorted || _count >
InsertThreshold
);
213
if (_count >=
InsertThreshold
&& _indices[_count -
InsertThreshold
] > index)