Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: Double
A double representing the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Remarks
This value is algorithm-specific.