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.
Determines the caching mechanism used for training data retrieved while processing a mining structure.
Syntax
<MiningStructure>
...
<CacheMode>...</CacheMode>
...
</MiningStructure>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String (enumeration) |
Default value |
KeepTrainingCases |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
| Relationship | Element |
|---|---|
Parent elements |
|
Child elements |
None |
Hinweise
The value of this element is limited to one of the strings in the following table.
| Value | Description |
|---|---|
KeepTrainingCases |
Training cases are cached during and after processing. |
ClearAfterProcessing |
Training cases are cached during processing, but deleted after processing. |
Hinweise
The element that corresponds to the parent of CacheMode in the Analysis Management Objects (AMO) object model is MiningStructure.