Propriété MarginalProbability
Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MarginalProbability As Double
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Double
A double representing the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Notes
This value is algorithm-specific.