16 references to NormFunction
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
142Norm = TextFeaturizingEstimator.NormFunction.L1
Debugging.cs (1)
57Norm = TextFeaturizingEstimator.NormFunction.None
Microsoft.ML.PerformanceTests (1)
StochasticDualCoordinateAscentClassifierBench.cs (1)
107Norm = TextFeaturizingEstimator.NormFunction.None,
Microsoft.ML.Tests (5)
Transformers\TextFeaturizerTests.cs (5)
73Norm = TextFeaturizingEstimator.NormFunction.None, 102Norm = TextFeaturizingEstimator.NormFunction.None, 144Norm = TextFeaturizingEstimator.NormFunction.None, 186Norm = TextFeaturizingEstimator.NormFunction.None, 214Norm = TextFeaturizingEstimator.NormFunction.L2,
Microsoft.ML.Transforms (8)
Text\TextFeaturizingEstimator.cs (8)
214public NormFunction Norm = NormFunction.L2; 303public readonly NormFunction Norm; 322case NormFunction.L1: 324case NormFunction.L2: 326case NormFunction.Infinity: 554if (tparams.Norm != NormFunction.None) 645if (OptionalSettings.Norm != NormFunction.None)