ValueToKeyMappingEstimator.KeyOrdinality Enum

Definition

Controls how the order of the output keys.

public enum ValueToKeyMappingEstimator.KeyOrdinality
type ValueToKeyMappingEstimator.KeyOrdinality = 
Public Enum ValueToKeyMappingEstimator.KeyOrdinality
Inheritance
ValueToKeyMappingEstimator.KeyOrdinality

Fields

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.

Applies to