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