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