Proprietà Support
Gets the number of cases that support the MiningContentNode.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Support As Double
Get
'Utilizzo
Dim instance As MiningContentNode
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 containing the number of cases that support the MiningContentNode.
Osservazioni
This value is algorithm specific.
Vedere anche