LpNormNormalizingEstimatorBase.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.
The kind of unit norm vectors are rescaled to. This enumeration is serialized.
public enum LpNormNormalizingEstimatorBase.NormFunction
type LpNormNormalizingEstimatorBase.NormFunction =
Public Enum LpNormNormalizingEstimatorBase.NormFunction
- Inheritance
-
LpNormNormalizingEstimatorBase.NormFunction
Fields
Name | Value | Description |
---|---|---|
L2 | 0 | L2-norm. |
StandardDeviation | 1 | Standard deviation of a vector by viewing all its coordinates as a random variable. |
L1 | 2 | L1-norm. |
Infinity | 3 | Infinity-norm. |