1 write to _sampler
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
327
_sampler
= new MultinomialWithoutReplacementSampler(Ch, counts, rand);
1 reference to _sampler
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
369
if ((pos =
_sampler
.Next()) < 0)