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