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