Implemented interface member:
property
Size
Microsoft.ML.Internal.Utilities.IReservoirSampler<T>.Size
2 references to Size
Microsoft.ML.Core (1)
Utilities\ReservoirSampler.cs (1)
221
/// Access only elements up to the logical length of the array, which is <see cref="
Size
"/>.
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
341
resLength = reservoirSamplers[iinfo].
Size
;