1 instantiation of AllSelectorMulticlassFactory
Microsoft.ML.Ensemble (1)
Trainer\Multiclass\MulticlassDataPartitionEnsembleTrainer.cs (1)
45
public ISupportMulticlassSubModelSelectorFactory SubModelSelectorType = new
AllSelectorMulticlassFactory
();
1 reference to AllSelectorMulticlassFactory
Microsoft.ML.Ensemble (1)
EntryPoints\SubModelSelector.cs (1)
10
[assembly: EntryPointModule(typeof(
AllSelectorMulticlassFactory
))]