MINING_SERVICES
This schema rowset provides a description of each data mining algorithm the provider supports.
Column name | Type indicator | Description |
SERVICE_NAME | DBTYPE_WSTR | The name of the algorithm. This column is provider-specific. |
SERVICE_TYPE_ID | DBTYPE_UI4 | This column contains a bitmap that describes the mining service. Microsoft® SQL Server™ 2000 Analysis Services populates this column with one of the following values:
|
SERVICE_DISPLAY_NAME | DBTYPE_WSTR | A localizable display name for the algorithm. |
SERVICE_GUID | DBTYPE_GUID | The GUID for the algorithm. |
DESCRIPTION | DBTYPE_WSTR | A user-friendly description of the algorithm. |
PREDICTION_LIMIT | DBTYPE_UI4 | The maximum number of predictions the model and algorithm can provide. |
SUPPORTED_DISTRIBUTION_FLAGS | DBTYPE_WSTR | A comma-delimited list of flags that describe the statistical distributions supported by the algorithm. This column contains one or more of the following values:
Provider-specific flags can also be defined. |
SUPPORTED_INPUT_CONTENT_TYPES | DBTYPE_WSTR | A comma-delimited list of flags that describe the input content types that are supported by the algorithm. This column contains one or more of the following values:
Provider-specific flags can also be defined. |
SUPPORTED_PREDICTION_CONTENT_TYPES | DBTYPE_WSTR | A comma-delimited list of flags that describe the prediction content types that are supported by the algorithm. This column contains one or more of the following values:
Provider-specific flags can also be defined. |
SUPPORTED_MODELING_FLAGS | DBTYPE_WSTR | A comma-delimited list of the modeling flags that are supported by the algorithm. This column contains one or more of the following values:
Provider-specific flags can also be defined. |
SUPPORTED_SOURCE_QUERY | DBTYPE_WSTR | The <source_data_query> types that the provider supports. This is a comma-delimited list of one or more of the following syntax descriptions. These descriptions can be used as the source of data for INSERT INTO, or can be joined using a PREDICTION JOIN to a mining model for SELECT. The following values are available:
|
TRAINING_COMPLEXITY | DBTYPE_I4 | Indicates the length of time training is expected to take:
|
PREDICTION_COMPLEXITY | DBTYPE_I4 | Indicates the length of time prediction is expected to take:
|
EXPECTED_QUALITY | DBTYPE_I4 | Indicates the expected quality the of model produced with this algorithm:
|
SCALING | DBTYPE_I4 | Indicates the scalability of the algorithm:
|
ALLOW_INCREMENTAL_INSERT | DBTYPE_BOOL | Contains VARIANT_TRUE if additional INSERT INTO statements are allowed after the initial training. |
ALLOW_PMML_INITIALIZATION | DBTYPE_BOOL | Contains VARIANT_TRUE if the mining models (including structure and content) can be created based on an XML string. |
CONTROL | DBTYPE_I4 | Contains one of the following values, which determine whether the service supports training interruption:
|
ALLOW_DUPLICATE_KEY | DBTYPE_BOOL | Contains VARIANT_TRUE if cases are allowed to contain duplicate keys. |
Default Sort Order
SERVICE_NAME
Restriction Columns
SERVICE_NAME
SERVICE_TYPE_ID