共用方式為


DiscretizationMethod 列舉

Defines how a continuous range of values is converted into a discrete, or fixed, number of values.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6")> _
Public Enumeration DiscretizationMethod
'用途
Dim instance As DiscretizationMethod
[GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6")]
public enum DiscretizationMethod
[GuidAttribute(L"0F483045-46CE-4e4f-82F4-2184B051D7B6")]
public enum class DiscretizationMethod
[<GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6")>]
type DiscretizationMethod
public enum DiscretizationMethod

成員

成員名稱 說明
Automatic Chooses best grouping technique among EqualArea, Clusters, and Threshold methods.
Clusters Finds buckets by performing single-dimensional clustering on the input values by using the K-Means algorithm.
EqualAreas Specifies that when the distribution of continuous values is plotted as a curve, the areas under the curve covered by each bucket range are equal.
None No grouping is requested.
Thresholds Specifies that when the distribution of continuous values is plotted as a curve, buckets are be created based on the inflection points (where gradient changes direction) in their distribution curve
UserDefined Specifies that the user can define a custom grouping of the members

備註

新增:   2006 年 7 月 17 日

請參閱

參考

Microsoft.AnalysisServices 命名空間