MiningStructureCacheMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the training data that Analysis Services retrieves and caches while processing a mining structure is persisted or deleted after Analysis Services finishes the processing.
public enum MiningStructureCacheMode
type MiningStructureCacheMode =
Public Enum MiningStructureCacheMode
- Inheritance
-
MiningStructureCacheMode
Fields
Name | Value | Description |
---|---|---|
KeepTrainingCases | 0 | Caches cases during and after processing. |
ClearAfterProcessing | 1 | Caches cases during processing, but deletes cases after processing. |
Remarks
Note: CacheMode must be set to KeepTrainingCases in order to use holdout. If a test data set has been defined for an existing structure by using one of the holdout parameters, changing the value of CacheMode to ClearAfterProcessing will delete the test data set and its definition.
Caching must be enabled to use drillthrough on the mining structure cases.