2 references to MultiVoting
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (1)
267combiner = new MultiVoting(host);
EntryPoints\OutputCombiner.cs (1)
48public IMulticlassOutputCombiner CreateComponent(IHostEnvironment env) => new MultiVoting(env);