다음을 통해 공유


DiscretizationMethod Enumeration

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

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6")> _
Public Enumeration DiscretizationMethod
[GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6")] 
public enum DiscretizationMethod
[GuidAttribute(L"0F483045-46CE-4e4f-82F4-2184B051D7B6")] 
public enum class DiscretizationMethod
/** @attribute GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6") */ 
public enum DiscretizationMethod
GuidAttribute("0F483045-46CE-4e4f-82F4-2184B051D7B6") 
public enum DiscretizationMethod

Members

Member name Description
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일

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices Namespace