1 instantiation of Options
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 Options
Microsoft.ML.Data (3)
Transforms\BootstrapSamplingTransformer.cs (3)
15[assembly: LoadableClass(BootstrapSamplingTransformer.Summary, typeof(BootstrapSamplingTransformer), typeof(BootstrapSamplingTransformer.Options), typeof(SignatureDataTransform), 78public BootstrapSamplingTransformer(IHostEnvironment env, Options options, IDataView input) 254public static CommonOutputs.TransformOutput GetSample(IHostEnvironment env, BootstrapSamplingTransformer.Options input)