2 instantiations of AverageFactory
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (2)
148args.OutputCombiner = new AverageFactory(); 183args.OutputCombiner = new AverageFactory();
1 reference to AverageFactory
Microsoft.ML.Ensemble (1)
EntryPoints\OutputCombiner.cs (1)
9[assembly: EntryPointModule(typeof(AverageFactory))]