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