MiningColumnDistribution 列舉
Describes the distribution of the MiningModelColumn.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Enumeration MiningColumnDistribution
'用途
Dim instance As MiningColumnDistribution
public enum MiningColumnDistribution
public enum class MiningColumnDistribution
type MiningColumnDistribution
public enum MiningColumnDistribution
成員
成員名稱 | 說明 | |
---|---|---|
Custom | Represents a custom distribution, defined by the provider. | |
LogNormal | Represents a distribution in which the curve is elongated at the upper end and is skewed toward the lower end. | |
Missing | Represents an unspecified distribution. | |
Normal | Represents a distribution in which the curve has a normal (bell-curve) distribution. | |
Uniform | Represents a distribution in which all values are equally likely. |