Compartilhar via


Propriedade do RDL MiningContentNode.MarginalProbability

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

This value is algorithm specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient