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 occurrence for the values represented by the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Probability As Double
Get
'Usage
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
Property Value
Type: Double
A double that contains the probability of occurrence for the values represented by the MiningDistribution.
Remarks
This value is algorithm-specific.