Propriété MiningDistribution.Support
Gets the number of cases that support the MiningDistribution.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Support As Double
Get
'Utilisation
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
Valeur de propriété
Type : System.Double
A double containing the number of cases that support the MiningDistribution.
Notes
This value is algorithm specific.