Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 3.03 KB

File metadata and controls

77 lines (63 loc) · 3.03 KB
title FoldingParameters Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
FoldIndex
FoldCount
MaxCases
FoldingParameters
FoldTargetAttribute
helpviewer_keywords
FoldingParameters element
ms.assetid 5f5c5a3e-4aed-48fb-bca5-e67f421bef2f
caps.latest.revision 16
author Minewiskan
ms.author owend
manager erikre

FoldingParameters Element (ASSL)

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.

Syntax

  
<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>  

Element Characteristics

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.

Element Relationships

Relationship Element
Parent element MiningModel
Child elements FoldIndex

FoldCount

MaxCases

FoldTargetAttribute

Remarks

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).

See Also

Properties (ASSL)