2 references to MultiMedian
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (1)
261combiner = new MultiMedian(host, new MultiMedian.Options() { Normalize = true });
OutputCombiners\MultiMedian.cs (1)
41public IMulticlassOutputCombiner CreateComponent(IHostEnvironment env) => new MultiMedian(env, this);