This topic has not yet been rated - Rate this topic

MiningStructure.CacheMode Property

Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public MiningStructureCacheMode CacheMode { get; set; }

Property Value

Type: Microsoft.AnalysisServices.MiningStructureCacheMode
A MiningStructureCacheMode that determines the caching mechanism used for training data retrieved while processing a mining structure.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.