MiningContentNode.Probability Property
Gets the probability of reaching the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Probability As Double
Get
'Usage
Dim instance As MiningContentNode
Dim value As Double
value = instance.Probability
public double Probability { get; }
public:
property double Probability {
double get ();
}
member Probability : float
function get Probability () : double
Property Value
Type: System.Double
A double containing the probability of reaching the MiningContentNode.
Remarks
This value is algorithm-specific.