Implemented interface member:
method
Sample
Microsoft.ML.Internal.Utilities.IReservoirSampler<T>.Sample()
2 references to Sample
Microsoft.ML.Core (1)
Utilities\ReservoirSampler.cs (1)
123
/// It is instantiated with a delegate that gets the next data point, and builds a reservoir in one pass by calling <see cref="
Sample
"/>
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
325
reservoirSamplers[i].
Sample
();