4 references to AddNormalizerIfNeeded
Microsoft.ML.Data (4)
Commands\CrossValidationCommand.cs (1)
277TrainUtils.AddNormalizerIfNeeded(env, ch, trainer, ref data, features, ImplOptions.NormalizeFeatures);
Commands\TrainCommand.cs (1)
158TrainUtils.AddNormalizerIfNeeded(Host, ch, trainer, ref view, feature, ImplOptions.NormalizeFeatures);
Commands\TrainTestCommand.cs (1)
146TrainUtils.AddNormalizerIfNeeded(Host, ch, trainer, ref trainPipe, features, ImplOptions.NormalizeFeatures);
EntryPoints\InputBase.cs (1)
83TrainUtils.AddNormalizerIfNeeded(host, ch, trainer, ref view, feature, input.NormalizeFeatures);