Compartir a través de


MiningStructureColumnContents Miembros

Represents information about the contents of a mining structure column. This class cannot be inherited.

El tipo MiningStructureColumnContents expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático GetStandardContents Gets the content type for a non-key column.

Principio

Campos

  Nombre Descripción
Campo públicoMiembro estático Continuous Indicates that the column values represent continuous numeric data.
Campo públicoMiembro estático Cyclical Indicates that the column values represent a cyclical ordered set.
Campo públicoMiembro estático Discrete Indicates that the column values are discrete values.
Campo públicoMiembro estático Discretized Indicates that the column values represent groups, or buckets, of values that are derived from a continuous column. The buckets are treated as ordered and discrete values.
Campo públicoMiembro estático Key Indicates that the column values represent a unique key.
Campo públicoMiembro estático KeySequence Indicates that the column values are unique keys that represent a sequence of events.
Campo públicoMiembro estático KeyTime Indicates that the column values are unique keys that represent an ordered time scale.
Campo públicoMiembro estático Ordered Indicates that the column values define an ordered set.
Campo públicoMiembro estático Probability Indicates that the column values represent probabilities.
Campo públicoMiembro estático ProbabilityStdDev Indicates that the column values represent the standard deviation of the probability values.
Campo públicoMiembro estático ProbabilityVariance Indicates that the column values represent the variance of the probability values.
Campo públicoMiembro estático StdDev Indicates that the column values represent standard deviation.
Campo públicoMiembro estático Support Indicates that the column values represents the amount of support.
Campo públicoMiembro estático Variance Indicates that the column values represent variance.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Propiedad públicaMiembro estático KeyStandardContents Gets the content type for a key column.

Principio