MiningContentNode.MarginalProbability Property

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property MarginalProbability As Double
    Get
'Usage
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

Property Value

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

Remarks

This value is algorithm-specific.