MiningContentNode.MarginalProbability 속성
Gets the probability of reaching the MiningContentNode from the parent of the MiningContentNode.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.