2 implementations of GetSample
Microsoft.ML.Core (2)
Utilities\ReservoirSampler.cs (2)
107public IEnumerable<T> GetSample() 246public IEnumerable<T> GetSample()
1 reference to GetSample
Microsoft.ML.Core (1)
Utilities\ReservoirSampler.cs (1)
36/// This must be called before any calls to <see cref="GetSample"/>, and no subsequent calls to <see cref="Sample"/> can