TextFeaturizingEstimator.NormFunction Enum    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Text vector normalizer kind.
public enum TextFeaturizingEstimator.NormFunctiontype TextFeaturizingEstimator.NormFunction = Public Enum TextFeaturizingEstimator.NormFunction- Inheritance
- 
				TextFeaturizingEstimator.NormFunction
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | Use this to disable normalization. | 
| L1 | 1 | L1-norm. | 
| L2 | 2 | L2-norm. | 
| Infinity | 3 | Infinity-norm. |