2 references to Voting
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (1)
216combiner = new Voting(host);
EntryPoints\OutputCombiner.cs (1)
42IBinaryOutputCombiner IComponentFactory<IBinaryOutputCombiner>.CreateComponent(IHostEnvironment env) => new Voting(env);