Propriedade do RDL MarginalProbability
Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.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