2 references to CreateBuilder
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
1201
return
CreateBuilder
(new NormalizingEstimator.RobustScalingColumnOptions(
Transforms\Normalizer.cs (1)
284
=> NormalizeTransform.RobustScaleUtils.
CreateBuilder
(this, host, srcIndex, srcType, cursor);