Поделиться через


Перечисление MiningStructureCacheMode

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.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Enumeration MiningStructureCacheMode
'Применение
Dim instance As MiningStructureCacheMode
public enum MiningStructureCacheMode
public enum class MiningStructureCacheMode
type MiningStructureCacheMode
public enum MiningStructureCacheMode

Элементы

Имя элемента Описание
KeepTrainingCases Caches cases during and after processing.
ClearAfterProcessing Caches cases during processing, but deletes cases after processing.

Замечания

The value of this property is limited to one of the strings in the following table.

ПримечаниеПримечание

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.

См. также

Справочник