MiningContentNode.Probability Property

 

Gets the probability of reaching the MiningContentNode.

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

Syntax

public double Probability { get; }
public:
property double Probability {
    double get();
}
member Probability : float with get
Public ReadOnly Property Probability As Double

Property Value

Type: System.Double

A double containing the probability of reaching the MiningContentNode.

Remarks

This value is algorithm specific.

See Also

MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top