Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This complex type represents the folding parameters for a MiningModel.<100>
-
<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.<101> |
FoldCount |
|
[Required] |
An integer that indicates the number of partitions in the multifold cross-validation procedure.<102> |
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.<103> |
FoldTargetAttribute |
|
Empty |
A string that indicates the ID of the model column that contains the predictable attribute.<104> |