Compartir a través de


MiningContentNode.MarginalProbability Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.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.

Comentarios

This value is algorithm-specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer