2 implementations of Sample
Microsoft.ML.Core (2)
Utilities\ReservoirSampler.cs (2)
81public void Sample() 162public void Sample()
2 references to Sample
Microsoft.ML.Core (2)
Utilities\ReservoirSampler.cs (2)
13/// The sample is created in one pass by calling <see cref="Sample"/> for every data point in the stream. Implementations should have 36/// This must be called before any calls to <see cref="GetSample"/>, and no subsequent calls to <see cref="Sample"/> can