Поделиться через


Свойство MiningDistribution.Support

Gets the number of cases that support the MiningDistribution.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property Support As Double 
    Get
'Применение
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

Значение свойства

Тип: System.Double
A double containing the number of cases that support the MiningDistribution.

Замечания

This value is algorithm specific.

См. также

Справочник

MiningDistribution Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient