MiningDistribution.Support Property

Gets the number of cases that support the MiningDistribution.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Support As Double 
    Get
'Usage
Dim instance As MiningDistribution 
Dim value As Double 

value = instance.Support
public double Support { get; }
public:
property double Support {
    double get ();
}
member Support : float
function get Support () : double

Property Value

Type: Double
A double that contains the number of cases that support the MiningDistribution.

Remarks

This value is algorithm-specific.

See Also

Reference

MiningDistribution Class

Microsoft.AnalysisServices.AdomdServer Namespace