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