Свойство MiningService.SupportedPredictionContentTypes
Gets the supported prediction content types for the mining service.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property SupportedPredictionContentTypes As String()
Get
'Применение
Dim instance As MiningService
Dim value As String()
value = instance.SupportedPredictionContentTypes
public string[] SupportedPredictionContentTypes { get; }
public:
property array<String^>^ SupportedPredictionContentTypes {
array<String^>^ get ();
}
member SupportedPredictionContentTypes : string[]
function get SupportedPredictionContentTypes () : String[]
Значение свойства
Тип: array<System.String[]
An array of String objects that contains the supported prediction content types for the mining service. Possible strings include:
DISCRETE
CONTINUOUS
DISCRETIZED([args])
ORDERED
CYCLICAL
PROBABILITY
VARIANCE
STDEV
SUPPORT
PROBABILITY_VARIANCE
PROBABILITY_STDEV