1 instantiation of VotingFactory
Microsoft.ML.Ensemble (1)
EntryPoints\CreateEnsemble.cs (1)
151
args.OutputCombiner = new
VotingFactory
();
1 reference to VotingFactory
Microsoft.ML.Ensemble (1)
EntryPoints\OutputCombiner.cs (1)
18
[assembly: EntryPointModule(typeof(
VotingFactory
))]