Proprietà MiningDistribution.Support
Gets the number of cases that support the MiningDistribution.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Support As Double
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Double
A double that contains the number of cases that support the MiningDistribution.
Osservazioni
This value is algorithm-specific.