共用方式為


MiningContentNode.MarginalProbability 屬性

Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property MarginalProbability As Double 
    Get
'用途
Dim instance As MiningContentNode 
Dim value As Double 

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

屬性值

型別:System.Double
A double representing the probability of reaching the MiningContentNode from the parent of the MiningContentNode.

備註

This value is algorithm-specific.

請參閱

參考

MiningContentNode 類別

Microsoft.AnalysisServices.AdomdServer 命名空間