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