MiningStructureColumnContents Class
Represents information about the contents of a mining structure column. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningStructureColumnContents
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningStructureColumnContents
'Usage
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents = class end
public final class MiningStructureColumnContents
The MiningStructureColumnContents type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
KeyHoldoutContents | Gets the cache that contains the keys of records used in the holdout data set. |
![]() ![]() |
KeyStandardContents | Gets the content type for a key column. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Continuous | Indicates that the column values represent continuous numeric data. |
![]() ![]() |
Cyclical | Indicates that the column values represent a cyclical ordered set. |
![]() ![]() |
Discrete | Indicates that the column values are discrete values. |
![]() ![]() |
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. |
![]() ![]() |
Key | Indicates that the column values represent a unique key. |
![]() ![]() |
KeySequence | Indicates that the column values are unique keys that represent a sequence of events. |
![]() ![]() |
KeyTime | Indicates that the column values are unique keys that represent an ordered time scale. |
![]() ![]() |
Ordered | Indicates that the column values define an ordered set. |
![]() ![]() |
Probability | Indicates that the column values represent probabilities. |
![]() ![]() |
ProbabilityStdDev | Indicates that the column values represent the standard deviation of the probability values. |
![]() ![]() |
ProbabilityVariance | Indicates that the column values represent the variance of the probability values. |
![]() ![]() |
StdDev | Indicates that the column values represent standard deviation. |
![]() ![]() |
Support | Indicates that the column values represents the amount of support. |
![]() ![]() |
Variance | Indicates that the column values represent variance. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.