2 instantiations of Options
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
2090var c = new MultiAverage(Env, new MultiAverage.Options()).GetCombiner();
Microsoft.ML.Ensemble (1)
EntryPoints\CreateEnsemble.cs (1)
264combiner = new MultiAverage(host, new MultiAverage.Options() { Normalize = true });
2 references to Options
Microsoft.ML.Ensemble (2)
OutputCombiners\MultiAverage.cs (2)
12[assembly: LoadableClass(typeof(MultiAverage), typeof(MultiAverage.Options), typeof(SignatureCombiner), 41public MultiAverage(IHostEnvironment env, Options options)