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
Public propertyStatic member KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Public propertyStatic member KeyStandardContents Gets the content type for a key column.

Top

Methods

  Name Description
Public methodStatic member GetStandardContents Gets the content type for a non-key column.

Top

Fields

  Name Description
Public fieldStatic member Continuous Indicates that the column values represent continuous numeric data.
Public fieldStatic member Cyclical Indicates that the column values represent a cyclical ordered set.
Public fieldStatic member Discrete Indicates that the column values are discrete values.
Public fieldStatic member 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.
Public fieldStatic member Key Indicates that the column values represent a unique key.
Public fieldStatic member KeySequence Indicates that the column values are unique keys that represent a sequence of events.
Public fieldStatic member KeyTime Indicates that the column values are unique keys that represent an ordered time scale.
Public fieldStatic member Ordered Indicates that the column values define an ordered set.
Public fieldStatic member Probability Indicates that the column values represent probabilities.
Public fieldStatic member ProbabilityStdDev Indicates that the column values represent the standard deviation of the probability values.
Public fieldStatic member ProbabilityVariance Indicates that the column values represent the variance of the probability values.
Public fieldStatic member StdDev Indicates that the column values represent standard deviation.
Public fieldStatic member Support Indicates that the column values represents the amount of support.
Public fieldStatic member 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.