3 writes to OutputCombiner
Microsoft.ML.Ensemble (3)
EntryPoints\CreateEnsemble.cs (3)
145
args.
OutputCombiner
= new MedianFactory();
148
args.
OutputCombiner
= new AverageFactory();
151
args.
OutputCombiner
= new VotingFactory();
2 references to OutputCombiner
Microsoft.ML.Ensemble (2)
Trainer\Binary\EnsembleTrainer.cs (2)
71
_outputCombiner = args.
OutputCombiner
;
72
Combiner = args.
OutputCombiner
.CreateComponent(Host);