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