Udostępnij przez


MiningStructureColumnContents Members

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

The following tables list the members exposed by the MiningStructureColumnContents type.

Public Fields

  Name Description
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Continuous Indicates that the column values represent continuous numeric data.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Cyclical Indicates that the column values represent a cyclical ordered set.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Discrete Indicates that the column values are discrete values.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif 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.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Key Indicates that the column values represent a unique key.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif KeySequence Indicates that the column values are unique keys that represent a sequence of events.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif KeyTime Indicates that the column values are unique keys that represent an ordered time scale.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Ordered Indicates that the column values define an ordered set.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Probability Indicates that the column values represent probabilities.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif ProbabilityStdDev Indicates that the column values represent the standard deviation of the probability values.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif ProbabilityVariance Indicates that the column values represent the variance of the probability values.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif StdDev Indicates that the column values represent standard deviation.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Support Indicates that the column values represents the amount of support.
ms170042.pubfield(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif Variance Indicates that the column values represent variance.

Top

Public Properties

  Name Description
ms170042.pubproperty(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
ms170042.pubproperty(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif KeyStandardContents Gets the content type for a key column.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms170042.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms170042.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms170042.pubmethod(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif GetStandardContents Gets the content type for a non-key column.
ms170042.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms170042.pubmethod(pl-pl,SQL.100).gifms170042.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms170042.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms170042.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms170042.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top