Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This complex type represents the folding parameters for a MiningModel.<108>
-
<xsd:complexType name="FoldingParameters"> <xsd:all> <xsd:element name="FoldIndex" type="xsd:integer" /> <xsd:element name="FoldCount" type="xsd:integer" /> <xsd:element name="FoldMaxCases" type="xsd:long" minOccurs="0"/> <xsd:element name="FoldTargetAttribute" type="xsd:string" minOccurs="0"/> </xsd:all> </xsd:complexType>
|
Element |
Read-Only |
Default value |
Description |
|---|---|---|---|
|
FoldIndex |
|
[Required] |
An integer that indicates the index of the partition to be used for validating this mining model in a multifold cross-validation procedure.<109> |
|
FoldCount |
|
[Required] |
An integer that indicates the number of partitions in the multifold cross-validation procedure.<110> |
|
FoldMaxCases |
|
0 |
An integer value that indicates the maximum number of training cases to be used for cross-validation in this model. This value MUST be a positive integer. A value of 0 indicates that all cases are used.<111> |
|
FoldTargetAttribute |
|
Empty |
A string that indicates the ID of the model column that contains the predictable attribute.<112> |