MiningValueType 列舉型別
Represents the type of the value of the MiningDistribution object and the MiningValue object.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Enumeration MiningValueType
'用途
Dim instance As MiningValueType
public enum MiningValueType
public enum class MiningValueType
type MiningValueType
public enum MiningValueType
成員
成員名稱 | 描述 | |
---|---|---|
PreRenderedString | Represents a custom value that the algorithm renders as a string. No formatting was applied by the object model. | |
Missing | Represents the Missing state of any attribute. | |
Existing | Represents a value that describes the existence of an attribute. | |
Continuous | Represents a continuous value of the associated attribute. | |
Discrete | Represents a discrete value of the associated attribute. | |
Discretized | Represents a discretized value of the associated attribute. The value will be a formatted string that describes the respective discretization buckets. | |
Boolean | Represents a Boolean type. | |
Coefficient | Represents a coefficient that is applied to the value of the associated attribute. | |
ScoreGain | Represents a value that contains a score gain for an attribute. | |
RegressorStatistics | Represents a value that contains the algorithm-specific statistics concerning a single regressor. | |
NodeUniqueName | Represents the unique identifier of another content node in a model. | |
Intercept | Represents a value that contains the intercept in a regression formula. | |
Periodicity | Represents a value that contains the number of periodic structures in a model. | |
AutoRegressiveOrder | Represents a value that contains the number of autoregressive series. | |
MovingAverageOrder | Represents a value that represents the number of moving averages in a series. | |
DifferenceOrder | Represents a value that indicates how many times the series is differentiated. | |
Other | Represents a custom value, defined by the algorithm. |