2 writes to Normalize
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseMultiCombiner.cs (2)
34Normalize = options.Normalize; 49Normalize = ctx.Reader.ReadBoolByte();
5 references to Normalize
Microsoft.ML.Ensemble (5)
OutputCombiners\BaseMultiCombiner.cs (2)
65ctx.Writer.WriteBoolByte(Normalize); 83if (!Normalize)
OutputCombiners\MultiVoting.cs (3)
43Host.Assert(!Normalize); 49Host.CheckDecode(!Normalize); 62Contracts.Assert(!Normalize);