MiningService.SupportedPredictionContentTypes Property
Gets the supported prediction content types for the mining service.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedPredictionContentTypes As String()
Get
'Usage
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[]
Property Value
Type: array<System.String[]
An array of String objects containing 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