2 references to BootstrapSample
Microsoft.ML.Data (1)
DataLoadSave\DataOperationsCatalog.cs (1)
144/// Instead of taking the whole dataset into memory and resampling, <see cref="BootstrapSample"/> streams through the dataset and
Microsoft.ML.Samples (1)
Dynamic\DataOperations\BootstrapSample.cs (1)
43var resample = mlContext.Data.BootstrapSample(data, seed: i);