1 instantiation of AllFeatureSelectorFactory
Microsoft.ML.Ensemble (1)
Selector\SubsetSelector\BaseSubsetSelector.cs (1)
20public ISupportFeatureSelectorFactory FeatureSelector = new AllFeatureSelectorFactory();
1 reference to AllFeatureSelectorFactory
Microsoft.ML.Ensemble (1)
EntryPoints\FeatureSelector.cs (1)
9[assembly: EntryPointModule(typeof(AllFeatureSelectorFactory))]