1 write to PoolSize
Microsoft.ML.Data (1)
Transforms\BootstrapSamplingTransformer.cs (1)
105
: this(env, new Options() { Complement = complement, Seed = seed, ShuffleInput = shuffleInput,
PoolSize
= poolSize }, input)
3 references to PoolSize
Microsoft.ML.Data (3)
Transforms\BootstrapSamplingTransformer.cs (3)
82
Host.CheckUserArg(options.
PoolSize
>= 0, nameof(options.
PoolSize
), "Cannot be negative");
87
_poolSize = options.
PoolSize
;