2 references to CreateBuilder
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
972
return
CreateBuilder
(new NormalizingEstimator.MinMaxColumnOptions(
Transforms\Normalizer.cs (1)
188
=> NormalizeTransform.MinMaxUtils.
CreateBuilder
(this, host, srcIndex, srcType, cursor);