Implemented interface member:
method
Sample
Microsoft.ML.Internal.Utilities.IReservoirSampler<T>.Sample()
5 references to Sample
Microsoft.ML.Core (1)
Utilities\ReservoirSampler.cs (1)
49/// 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.Data (4)
Evaluators\AucAggregator.cs (3)
72_posReservoir.Sample(); 74_negReservoir.Sample(); 386Reservoir.Sample();
Evaluators\BinaryClassifierEvaluator.cs (1)
695_prCurveReservoir.Sample();