| title | FoldingParameters Element (ASSL) | Microsoft Docs | |||||
|---|---|---|---|---|---|---|
| ms.custom | ||||||
| ms.date | 03/06/2017 | |||||
| ms.prod | sql-server-2016 | |||||
| ms.reviewer | ||||||
| ms.suite | ||||||
| ms.technology |
|
|||||
| ms.tgt_pltfrm | ||||||
| ms.topic | reference | |||||
| apitype | Schema | |||||
| applies_to |
|
|||||
| f1_keywords |
|
|||||
| helpviewer_keywords |
|
|||||
| ms.assetid | 5f5c5a3e-4aed-48fb-bca5-e67f421bef2f | |||||
| caps.latest.revision | 16 | |||||
| author | Minewiskan | |||||
| ms.author | owend | |||||
| manager | erikre |
Specifies the parameters used by the [!INCLUDEssASnoversion] server when it performs cross-validation of mining models.
Note
These parameters are for internal use only. The information provided here is for reference only.
<MiningModel>
...
<ddl100_100:FoldingParameters>...
<ddl100_100:FoldIndex>...</ddl100_100:FoldIndex>
<ddl100_100:FoldCount>...</ddl100_100:FoldCount>
<ddl100_100:MaxCases>...</ddl100_100:MAxCases>
<ddl100_100:FoldTargetAttribute>...</ddl100_100:FoldTargetAttribute
...</ddl100_100:FoldingParameters>
</MiningStructure> | Characteristic | Description |
|---|---|
| FoldIndex | Integer that indicates the starting position of the partition that is used for cross-validation. |
| FoldCount | Integer that indicates the number of partitions in the model after cross-validation. |
| MaxCases | Integer that indicates how many model cases are used for cross-validation. A value of 0 indicates that all cases are used. |
| FoldTargetAttribute | String that indicates the ID of the model column that contains the predictable attribute. |
| Relationship | Element |
|---|---|
| Parent element | MiningModel |
| Child elements | FoldIndex FoldCount MaxCases FoldTargetAttribute |
These properties are for internal use only, and are not supported for use in DDL statements.
For information about how to use cross-validation in [!INCLUDEssBIDevStudioFull], see Measures in the Cross-Validation Report.
For information about how to perform cross-validation by using [!INCLUDEssASnoversion] stored procedures, see Data Mining Stored Procedures (Analysis Services - Data Mining).