3 writes to Normalize
Microsoft.ML.Ensemble (3)
EntryPoints\CreateEnsemble.cs (2)
261combiner = new MultiMedian(host, new MultiMedian.Options() { Normalize = true }); 264combiner = new MultiAverage(host, new MultiAverage.Options() { Normalize = true });
OutputCombiners\MultiVoting.cs (1)
41: base(env, LoaderSignature, new Arguments() { Normalize = false })
1 reference to Normalize
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseMultiCombiner.cs (1)
34Normalize = options.Normalize;