MiningStructure.CacheMode Property

Definition

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.

Applies to