2 writes to _poolSize
Microsoft.ML.Data (2)
Transforms\BootstrapSamplingTransformer.cs (2)
87_poolSize = options.PoolSize; 127_poolSize = ctx.Reader.ReadInt32();
5 references to _poolSize
Microsoft.ML.Data (5)
Transforms\BootstrapSamplingTransformer.cs (5)
128Host.CheckDecode(_poolSize >= 0); 149Host.Assert(_poolSize >= 0); 150ctx.Writer.Write(_poolSize); 174if (_poolSize > 1) 175cursor = RowShufflingTransformer.GetShuffledCursor(Host, _poolSize, cursor, new TauswortheHybrid(rgen));