2 references to LpNorm
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
568
xfCols.Add(new LpNormNormalizingEstimator.ColumnOptions(dstCol, charFeatureCol, norm: tparams.
LpNorm
));
576
xfCols.Add(new LpNormNormalizingEstimator.ColumnOptions(dstCol, wordFeatureCol, norm: tparams.
LpNorm
));