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