Propriété MiningDistribution.Probability
Gets the probability of occurrence for the values represented by the MiningDistribution.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Probability As Double
Get
'Utilisation
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
Valeur de propriété
Type : System.Double
A double containing the probability of occurrence for the values represented by the MiningDistribution.
Notes
This value is algorithm specific.