1 instantiation of RandomPartitionSelector
Microsoft.ML.Ensemble (1)
Selector\SubsetSelector\RandomPartitionSelector.cs (1)
30public ISubsetSelector CreateComponent(IHostEnvironment env) => new RandomPartitionSelector(env, this);
6 references to RandomPartitionSelector
Microsoft.ML.Ensemble (6)
Selector\SubsetSelector\RandomPartitionSelector.cs (6)
15[assembly: LoadableClass(typeof(RandomPartitionSelector), typeof(RandomPartitionSelector.Arguments), 16typeof(SignatureEnsembleDataSelector), RandomPartitionSelector.UserName, RandomPartitionSelector.LoadName)] 18[assembly: EntryPointModule(typeof(RandomPartitionSelector))] 22internal sealed class RandomPartitionSelector : BaseSubsetSelector<RandomPartitionSelector.Arguments>