Probability-Eigenschaft
Gets the probability of occurrence for the values represented by the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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
Eigenschaftenwert
Typ: System. . :: . .Double
A double containing the probability of occurrence for the values represented by the MiningDistribution.
Hinweise
This value is algorithm specific.