MiningStructure.CacheMode Property
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.
Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.
public Microsoft.AnalysisServices.MiningStructureCacheMode CacheMode { get; set; }
member this.CacheMode : Microsoft.AnalysisServices.MiningStructureCacheMode with get, set
Public Property CacheMode As MiningStructureCacheMode
Property Value
A MiningStructureCacheMode that determines the caching mechanism used for training data retrieved while processing a mining structure.
Remarks
The value of this property 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 are deleted after processing.