Поделиться через


Свойство MarginalProbability

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property MarginalProbability As Double
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Double
A double representing the probability of reaching the MiningContentNode from the parent of the MiningContentNode.

Замечания

This value is algorithm-specific.