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.