KeyCount Class

Definition

Defines the cardinality, or count, of valid values of a KeyDataViewType column. This needs to be strictly positive. It is used by TextLoader and TypeConvertingEstimator.

public sealed class KeyCount
type KeyCount = class
Public NotInheritable Class KeyCount
Inheritance
KeyCount

Constructors

Name Description
KeyCount()

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to the largest integer that can be expresed by the underlying datatype of the KeyDataViewType.

KeyCount(UInt64)

Initializes the cardinality, or count, of valid values of a KeyDataViewType column to count

Fields

Name Description
Count

Applies to