Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 3.06 KB

column-distributions-data-mining.md

File metadata and controls

46 lines (32 loc) · 3.06 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Column Distributions (Data Mining) | Microsoft Docs
Learn how to define column distributions in a mining structure to affect how algorithms process the data in those columns when you create mining models.
10/31/2023
analysis-services
data-mining
conceptual
kfollis
kfollis
kfollis

Column Distributions (Data Mining)

[!INCLUDEappliesto-sql2019-earlier]

[!INCLUDEdm-dep-banner]

In [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion], you can define column distributions in a mining structure, to affect how algorithms process the data in those columns when you create mining models. For some algorithms, it is useful to define the distribution of any continuous columns before you process the model, if the columns are known to contain common distributions of values. If you do not define the distributions, the resulting mining models may produce less accurate predictions than if the distributions were defined, because the algorithms will have less information from which to interpret the data.

The algorithms that are available in [!INCLUDEssASnoversion] support the following distribution types:

Normal
The values for the continuous column form a histogram with a normal distribution.

Histogram with normal distribution

Log Normal
The values for the continuous column form a histogram, where the curve is elongated at the upper end and is skewed toward the lower end.

Histogram with log normal distribution

Uniform
The values for the continuous column form a flat curve, in which all values are equally likely.

Histogram with uniform distribution

For more information about the algorithms that [!INCLUDEssASnoversion] provides, see Data Mining Algorithms (Analysis Services - Data Mining).

See Also

Content Types (Data Mining)
Mining Structures (Analysis Services - Data Mining)
Discretization Methods (Data Mining)
Distributions (DMX)
Mining Structure Columns