MiningDistribution.Probability 属性

Gets the probability of occurrence for the values represented by the MiningDistribution.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Probability As Double 
    Get
用法
Dim instance As MiningDistribution 
Dim value As Double 

value = instance.Probability
public double Probability { get; }
public:
property double Probability {
    double get ();
}
member Probability : float
function get Probability () : double

属性值

类型:System.Double
A double that contains the probability of occurrence for the values represented by the MiningDistribution.

注释

This value is algorithm-specific.

请参阅

参考

MiningDistribution 类

Microsoft.AnalysisServices.AdomdServer 命名空间