Skip to main content

Enum MiningStructureProcessingOption

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum MiningStructureProcessingOption

Fields

FieldsDescription
ProcessClearSpecifies that the results of any previous processing operations on the target mining structures will be discarded.
ProcessClearStructureSpecifies that all training data will be removed from the mining structure.
ProcessDefaultSpecifies that only the processing necessary to bring the target mining structures to a fully processed state will be performed. The Analysis Services engine will automatically determine what processing is required.
ProcessFullSpecifies that the target mining structure and all subobjects will be processed in full, discarding the results of any previous processing operations.
ProcessStructureSpecifies that the target mining structure will be populated with data, but mining models within the mining structure will not be processed.