ValueToKeyMappingEstimator.KeyOrdinality 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.
Controls how the order of the output keys.
public enum ValueToKeyMappingEstimator.KeyOrdinality
type ValueToKeyMappingEstimator.KeyOrdinality =
Public Enum ValueToKeyMappingEstimator.KeyOrdinality
- Inheritance
-
ValueToKeyMappingEstimator.KeyOrdinality
Fields
Name | Value | Description |
---|---|---|
ByOccurrence | 0 | Values will be assigned keys in the order in which they appear. |
ByValue | 1 | Values will be assigned keys according to their sort via an ordinal comparison for the type. |