MiningColumnDistribution 枚举

Describes the distribution of the MiningModelColumn.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.
Uniform Represents a distribution in which all values are equally likely.
Missing Represents an unspecified distribution.
Normal Represents a distribution in which the curve has a normal (bell-curve) distribution.