Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the type of the value in the MiningDistribution object and the MiningValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Enumeration MiningValueType
'Usage
Dim instance As MiningValueType
public enum MiningValueType
public enum class MiningValueType
type MiningValueType
public enum MiningValueType
Members
Member name | Description | |
---|---|---|
AutoDetect | Represents a value of an inferred type, based on contextual information. | |
AutoRegressiveOrder | Represents a value that contains the number of autoregressive series. | |
Boolean | Represents a Boolean type. | |
Coefficient | Represents a coefficient that is applied to the value of the associated attribute. | |
Continuous | Represents a continuous value of the associated attribute. | |
DifferenceOrder | Represents a value that indicates how many times the series is differentiated. | |
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. | |
Existing | Represents a value that describes the existence of an attribute. | |
Intercept | Represents a value that contains the intercept in a regression formula. | |
Missing | Represents the Missing state of any attribute. | |
MovingAverageOrder | Represents a value that represents the number of moving averages in a series. | |
NodeUniqueName | Represents the unique identifier of another content node in a model. | |
Other | Represents a custom value that is defined by the algorithm. | |
Periodicity | Represents a value that contains the number of periodic structures in a model. | |
PreRenderedString | Represents a custom value that the algorithm renders as a string. No formatting was applied by the object model. | |
RegressorStatistics | Represents a value that contains the algorithm-specific statistics concerning a single regressor. | |
ScoreGain | Represents a value that contains a score gain for an attribute. |