Compartir a través de


MarginalProbability Propiedad

Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property MarginalProbability As Double
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Double
A double representing the probability of reaching the MiningContentNode from the parent of the MiningContentNode.

Notas

This value is algorithm specific.